mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-31 15:24:31 +03:00
Removed console.log
This commit is contained in:
@ -112,7 +112,6 @@ class DropDown {
|
|||||||
|
|
||||||
onSelect(this.toggle, event => {
|
onSelect(this.toggle, event => {
|
||||||
event.stopPropagation();
|
event.stopPropagation();
|
||||||
console.log('cat', event);
|
|
||||||
this.show(event);
|
this.show(event);
|
||||||
if (event instanceof KeyboardEvent) {
|
if (event instanceof KeyboardEvent) {
|
||||||
this.focusNext();
|
this.focusNext();
|
||||||
|
Reference in New Issue
Block a user