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.
2 parents d7712c0 + 80ee93b commit 80f3c3bCopy full SHA for 80f3c3b
src/components/Canvas.vue
@@ -48,7 +48,7 @@
48
Math.floor(100 * gridHeight) / 100,
49
]"
50
@activated="onActivated(componentData)"
51
- @deactivated="onDeactivated(componentData)"
+ @deactivated="onDeactivated()"
52
@dragstop="finishedDrag"
53
@resizestop="finishedResize"
54
:style="{
src/components/right-sidebar/CodeSnippet.vue
@@ -45,8 +45,7 @@ import {
45
onMounted,
46
onBeforeUnmount,
47
nextTick,
- Ref,
- defineEmits
+ Ref
} from "vue";
import { PrismEditor } from "vue-prism-editor";
import { highlight, languages } from "prismjs/components/prism-core";
0 commit comments