unneeded ref in SVGRect

This commit is contained in:
Jörn-Michael Miehe 2023-11-06 00:37:03 +00:00
parent 2282de2528
commit 8cd4e922ff

View file

@ -1,6 +1,5 @@
<template>
<foreignObject
ref="foreign_object"
:x="Math.round(store.calendar_aspect_ratio * rectangle.left)"
:y="rectangle.top"
:width="Math.round(store.calendar_aspect_ratio * rectangle.width)"