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 b4b0ad5 commit e49d5f4Copy full SHA for e49d5f4
frontend/src/views/dashboard/canvas/CanvasCore.vue
@@ -740,6 +740,7 @@ function containerMouseDown(e: MouseEvent) {
740
}
741
infoBox.value.startX = e.pageX
742
infoBox.value.startY = e.pageY
743
+ // @ts-expect-error eslint-disable-next-line @typescript-eslint/ban-ts-comment
744
if (isMainCanvas(props.canvasId) && curComponent.value?.editing) {
745
// do SQtext
746
} else {
0 commit comments