Skip to content

Commit

Permalink
fix(MediaWiki:Gadget-wikieditor-highlight.js): toggle (#413)
Browse files Browse the repository at this point in the history
抱歉,上一个PR不小心把赋值语句给删了……
  • Loading branch information
bhsd-harry authored Feb 1, 2024
1 parent 07be516 commit dd044a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
document.head.append(script);
});
}
window.CodeMirror6.fromTextArea($textarea[0], lang, ns);
cm = await window.CodeMirror6.fromTextArea($textarea[0], lang, ns);
};
if (!isAdvanced) {
init();
Expand Down

0 comments on commit dd044a4

Please sign in to comment.