mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-10 21:53:34 +08:00
Added user-select input
This commit is contained in:
@ -17,6 +17,7 @@ class DropDown {
|
||||
this.body = document.body;
|
||||
this.showing = false;
|
||||
this.setupListeners();
|
||||
this.hide = this.hide.bind(this);
|
||||
}
|
||||
|
||||
show(event = null) {
|
||||
|
Reference in New Issue
Block a user