mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
core: avoid blinking in MarkdownInput preview
This commit is contained in:
parent
d6f08d3706
commit
4afd7a0023
@ -54,6 +54,7 @@
|
||||
spellChecker: false,
|
||||
previewRender: function(plainText, preview){ // Async method
|
||||
customMarkdownParser(plainText, preview);
|
||||
return preview.innerHTML;
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user