2
0
mirror of https://github.com/Ionaru/easy-markdown-editor synced 2025-06-28 21:51:01 -06:00

commit dist files

This commit is contained in:
Lukasz Ostrowski 2016-07-26 10:34:09 +02:00
parent 2d7e776ba0
commit d44eea64e3
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -919,7 +919,7 @@ function _toggleLine(cm, name) {
text = text.replace(repl[name], "$1");
} else {
var arr = listRegexp.exec(text);
if(arr !== null && arr[1]) {
if(arr !== null) {
var char = map[name];
if(arr[2] && arr[2] == map[name]) {
char = "";