converted markdown import dialog to new pattern

This commit is contained in:
zadam
2022-06-16 15:15:42 +02:00
parent 36c210d0dd
commit 3255607b09
7 changed files with 97 additions and 90 deletions

View File

@@ -13,7 +13,7 @@ export default class RootCommandExecutor extends Component {
}
pasteMarkdownIntoTextCommand() {
import("../dialogs/markdown_import.js").then(d => d.importMarkdownInline());
import("../widgets/dialogs/markdown_import.js").then(d => d.importMarkdownInline());
}
editReadOnlyNoteCommand() {