We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f21cca3 commit 7187fb2Copy full SHA for 7187fb2
src/js/simplemde.js
@@ -1697,7 +1697,7 @@ SimpleMDE.prototype.createToolbar = function(items) {
1697
if(item.action) {
1698
if(typeof item.action === "function") {
1699
el.onclick = function(e) {
1700
- e.preventDefault();
+ e.preventDefault();
1701
item.action(self);
1702
};
1703
} else if(typeof item.action === "string") {
0 commit comments