diff --git a/packages/core/src/container/Pane/Pane.vue b/packages/core/src/container/Pane/Pane.vue index 3b110965..36617aac 100644 --- a/packages/core/src/container/Pane/Pane.vue +++ b/packages/core/src/container/Pane/Pane.vue @@ -44,8 +44,6 @@ const resetUserSelection = () => { function onClick(event: MouseEvent) { if (event.target !== container.value || hasActiveSelection.value) return - console.log('click') - emits.paneClick(event) removeSelectedElements()