diff --git a/src/components/modules/widgets/wSvg/wSvg.vue b/src/components/modules/widgets/wSvg/wSvg.vue index 7ffa4cf..1a2ba3a 100644 --- a/src/components/modules/widgets/wSvg/wSvg.vue +++ b/src/components/modules/widgets/wSvg/wSvg.vue @@ -99,6 +99,7 @@ export default { }, updated() { this.updateRecord() + this.$store.commit('updateRect') }, async mounted() { await this.$nextTick() @@ -329,4 +330,4 @@ export default { height: 100%; object-fit: contain; } - \ No newline at end of file +