mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
fix dialog opening
This commit is contained in:
@@ -48,7 +48,7 @@ function registerEntrypoints() {
|
||||
return;
|
||||
}
|
||||
|
||||
import(NOTE_REVISIONS).then(d => d.showDialog());
|
||||
import(NOTE_REVISIONS).then(d => d.showCurrentNoteRevisions());
|
||||
});
|
||||
|
||||
$noteTabContainer.on("click", ".show-source-button", function() {
|
||||
|
||||
Reference in New Issue
Block a user