Skip to content

Commit a0919b3

Browse files
save file
1 parent 8a6941f commit a0919b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utils/editors/markdown-editor/html/output-md/v2.0/output-md-v2.0.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@
209209
*/
210210

211211

212-
obj.display = async function(txt){return display(txt)}
212+
obj.display = function(txt){return display(txt)}
213213

214-
function displayt(txt){
214+
async function displayt(txt){
215215
debug('display');
216216
await libs;
217217

0 commit comments

Comments
 (0)