mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
Improve the sub-menu arrows for the tree context menu
This commit is contained in:
@@ -3,6 +3,7 @@ import keyboardActionService from '../services/keyboard_actions.js';
|
||||
class ContextMenu {
|
||||
constructor() {
|
||||
this.$widget = $("#context-menu-container");
|
||||
this.$widget.addClass("dropend");
|
||||
this.dateContextMenuOpenedMs = 0;
|
||||
|
||||
$(document).on('click', () => this.hide());
|
||||
|
||||
Reference in New Issue
Block a user