Skip to content

Commit 0fc37cd

Browse files
committed
Revert "[ADD] evo links plugin"
This reverts commit 8b14c07.
1 parent df9954a commit 0fc37cd

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

public/js/evolinks/plugin.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -657,11 +657,6 @@
657657
resolveLinkList().then(openWithLists);
658658
}
659659

660-
function registerCommand() {
661-
editor.addCommand('mceLink', openDialog);
662-
}
663-
664-
registerCommand();
665-
editor.on('init', registerCommand);
660+
editor.addCommand('mceLink', openDialog);
666661
});
667662
})();

0 commit comments

Comments
 (0)