* fix anchor name missing after toggle fullscreen.
see https://github.com/kindsoft/kindeditor/issues/218
This commit is contained in:
@@ -919,6 +919,9 @@
|
||||
attrMap.style = fontStyle;
|
||||
}
|
||||
_each(attrMap, function(key, val) {
|
||||
if (key.indexOf('data-ke-') === 0) {
|
||||
return;
|
||||
}
|
||||
if(val === true) val = '';
|
||||
if(_FILL_ATTR_MAP[key]) {
|
||||
attrMap[key] = key;
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user