Use render instead of repaint

This commit is contained in:
Viktor Denisov
2022-10-16 00:53:14 -07:00
parent de491296c4
commit 2b13773eb7

View File

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