Skip to content

Commit 341cda1

Browse files
committed
comment out watch method in htmlqueue to resolve app error
1 parent 175991a commit 341cda1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/components/right-sidebar/HTMLQueue.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -258,13 +258,13 @@ watch(attributeModalOpen, () => {
258258
attributeModal.value = attributeModalOpen.value;
259259
});
260260
261-
watch(activeComponent, () => {
262-
if (activeComponent.value !== "") {
263-
(store.componentMap[activeComponent.value] as Component).isActive = true;
264-
} else {
265-
(store.componentMap[activeComponent.value] as Component).isActive = false;
266-
}
267-
});
261+
// watch(activeComponent, () => {
262+
// if (activeComponent.value !== "") {
263+
// (store.componentMap[activeComponent.value] as Component).isActive = true;
264+
// } else {
265+
// (store.componentMap[activeComponent.value] as Component).isActive = false;
266+
// }
267+
// });
268268
</script>
269269

270270
<!-- <script>

0 commit comments

Comments
 (0)