* fix anchor name missing after toggle fullscreen.

see https://github.com/kindsoft/kindeditor/issues/218
This commit is contained in:
Catouse
2021-01-22 10:26:02 +08:00
parent 271cb73407
commit 12c7519260
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -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;
File diff suppressed because one or more lines are too long