mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-16 22:04:36 +00:00
Fixed bug in inserting Named Anchor element
This commit is contained in:
parent
8585e05699
commit
2f22406b27
@ -67,7 +67,7 @@ function onOK()
|
||||
anchorElement.setAttribute("name",name);
|
||||
if (insertNew) {
|
||||
// Don't delete selected text when inserting
|
||||
editorShell.InsertElement(element, false);
|
||||
editorShell.InsertElement(anchorElement, false);
|
||||
}
|
||||
window.close();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user