fix dialog opening

This commit is contained in:
zadam
2019-09-02 19:56:52 +02:00
parent ae8a2bfb1b
commit a981df6282
3 changed files with 5 additions and 4 deletions

View File

@@ -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() {