We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d64f53 commit fb82109Copy full SHA for fb82109
frontend/src/views/dashboard/canvas/CanvasCore.vue
@@ -409,6 +409,10 @@ function removeItemById(id: number) {
409
const index = canvasComponentData.value.findIndex((item) => item.id === id)
410
if (index >= 0) {
411
removeItem(index)
412
+ renderOk.value = false
413
+ nextTick(() => {
414
+ renderOk.value = true
415
+ })
416
}
417
418
0 commit comments