mirror of
https://github.com/zadam/trilium.git
synced 2025-11-18 03:00:41 +01:00
fix sorting after cloning/moving notes into sorted parent, closes #3453
This commit is contained in:
@@ -36,7 +36,9 @@ export default class HistoryNavigationButton extends ButtonFromNoteWidget {
|
||||
|
||||
// API is broken and will be replaced: https://github.com/electron/electron/issues/33899
|
||||
// until then no context menu
|
||||
return;
|
||||
if (true) { // avoid warning in dev console
|
||||
return;
|
||||
}
|
||||
|
||||
if (this.webContents.history.length < 2) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user