mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-03 08:13:14 +08:00
Notifications: Extracted watch options, updated UI further
This commit is contained in:
@ -132,6 +132,7 @@ export class Dropdown extends Component {
|
||||
|
||||
onSelect(this.toggle, event => {
|
||||
event.stopPropagation();
|
||||
event.preventDefault();
|
||||
this.show(event);
|
||||
if (event instanceof KeyboardEvent) {
|
||||
keyboardNavHandler.focusNext();
|
||||
|
Reference in New Issue
Block a user