Skip to content

Commit

Permalink
fix: resolves badly merged code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidroyer committed Jul 29, 2021
1 parent 77572d5 commit 81185f7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/components/VueEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import mergeDeep from "@/helpers/merge-deep";
// import MarkdownShortcuts from "@/helpers/markdown-shortcuts";
let Quill = {};
let MarkdownShortcuts;
// let MarkdownShortcuts;
export default {
name: "VueEditor",
Expand Down Expand Up @@ -79,11 +79,7 @@ export default {
async mounted() {
Quill = (await import("quill")).default;
MarkdownShortcuts = (await import("@/helpers/markdown-shortcuts")).default;
console.info("MarkdownShortcuts", MarkdownShortcuts);
console.info("Test log");
// MarkdownShortcuts = (await import("@/helpers/markdown-shortcuts")).default;
this.registerCustomModules(Quill);
this.registerPrototypes();
Expand Down

0 comments on commit 81185f7

Please sign in to comment.