mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 10:40:41 +01:00
client: Fix duplicate ribbon tabs (fixes #582)
This commit is contained in:
@@ -351,6 +351,11 @@ export default class RibbonContainer extends NoteContextAwareWidget {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
noteTypeMimeChangedEvent() {
|
||||||
|
// We are ignoring the event which triggers a refresh since it is usually already done by a different
|
||||||
|
// event and causing a race condition in which the items appear twice.
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Executed as soon as the user presses the "Edit" floating button in a read-only text note.
|
* Executed as soon as the user presses the "Edit" floating button in a read-only text note.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user