chore(core): remove log
Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -44,8 +44,6 @@ const resetUserSelection = () => {
|
|||||||
function onClick(event: MouseEvent) {
|
function onClick(event: MouseEvent) {
|
||||||
if (event.target !== container.value || hasActiveSelection.value) return
|
if (event.target !== container.value || hasActiveSelection.value) return
|
||||||
|
|
||||||
console.log('click')
|
|
||||||
|
|
||||||
emits.paneClick(event)
|
emits.paneClick(event)
|
||||||
|
|
||||||
removeSelectedElements()
|
removeSelectedElements()
|
||||||
|
|||||||
Reference in New Issue
Block a user