mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-30 07:32:39 +01:00
Removed console.log
This commit is contained in:
parent
b27a5c7fb8
commit
88e076a12a
@ -112,7 +112,6 @@ class DropDown {
|
||||
|
||||
onSelect(this.toggle, event => {
|
||||
event.stopPropagation();
|
||||
console.log('cat', event);
|
||||
this.show(event);
|
||||
if (event instanceof KeyboardEvent) {
|
||||
this.focusNext();
|
||||
|
Loading…
Reference in New Issue
Block a user