Use render instead of repaint

This commit is contained in:
Viktor Denisov
2022-10-16 00:50:05 -07:00
parent a396938c52
commit 0e29c32fcb

View File

@@ -98,7 +98,7 @@ export default buildComponent({
}, },
updated() { updated() {
if (this.$clusterObject) { if (this.$clusterObject) {
this.$clusterObject.repaint() this.$clusterObject.render()
} }
}, },
beforeUnmount() { beforeUnmount() {