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 fe81b3c commit 175991aCopy full SHA for 175991a
src/components/left-sidebar/ComponentTab/CreateMenuHTMLQueue.vue
@@ -183,13 +183,13 @@ const endDrag = (event: Event) => {
183
else dragDropSortHtmlElements();
184
};
185
186
-watch(activeComponent, () => {
187
- if (activeComponent.value !== "") {
188
- (store.componentMap[activeComponent.value] as Component).isActive = true;
189
- } else {
190
- (store.componentMap[activeComponent.value] as Component).isActive = false;
191
- }
192
-});
+// watch(activeComponent, () => {
+// if (activeComponent.value !== "") {
+// (store.componentMap[activeComponent.value] as Component).isActive = true;
+// } else {
+// (store.componentMap[activeComponent.value] as Component).isActive = false;
+// }
+// });
193
</script>
194
195
<!-- <script>
0 commit comments