MINOR Fixed anchor selector initialisation for HtmlEditorField

This commit is contained in:
Ingo Schommer 2012-01-03 10:42:59 +01:00
parent 0cf6421afe
commit 4a8acb9cc1

View File

@ -123,12 +123,12 @@ LinkForm.prototype = {
},
toggle: function(ed) {
this.addAnchorSelector();
this.ToolbarForm.toggle(ed);
this.respondToNodeChange(ed);
},
open: function(ed) {
this.addAnchorSelector();
this.ToolbarForm.open();
this.originalSelection = null;