mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix immediately closed attribute detail after clicking e.g. "add label"
This commit is contained in:
@@ -334,7 +334,7 @@ export default class AttributeDetailWidget extends NoteContextAwareWidget {
|
||||
this.$relatedNotesList = this.$relatedNotesContainer.find('.related-notes-list');
|
||||
this.$relatedNotesMoreNotes = this.$relatedNotesContainer.find('.related-notes-more-notes');
|
||||
|
||||
$(window).on('mouseup', e => {
|
||||
$(window).on('mousedown', e => {
|
||||
if (!$(e.target).closest(this.$widget[0]).length
|
||||
&& !$(e.target).closest(".algolia-autocomplete").length
|
||||
&& !$(e.target).closest("#context-menu-container").length) {
|
||||
|
||||
Reference in New Issue
Block a user