Skip to content

Commit e49d5f4

Browse files
committed
style: eslint
1 parent b4b0ad5 commit e49d5f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/views/dashboard/canvas/CanvasCore.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,7 @@ function containerMouseDown(e: MouseEvent) {
740740
}
741741
infoBox.value.startX = e.pageX
742742
infoBox.value.startY = e.pageY
743+
// @ts-expect-error eslint-disable-next-line @typescript-eslint/ban-ts-comment
743744
if (isMainCanvas(props.canvasId) && curComponent.value?.editing) {
744745
// do SQtext
745746
} else {

0 commit comments

Comments
 (0)