BUGFIX: Fix #2138, notify Image Toolbar on TinyMCE node selection change

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@99951 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Luke Hudson 2010-02-25 06:41:52 +00:00 committed by Sam Minnee
parent c69df0f2b1
commit f94ad4f988

View File

@ -83,6 +83,7 @@
$('Form_EditorToolbarLinkForm').updateSelection(ed);
$('Form_EditorToolbarLinkForm').respondToNodeChange(ed);
}
$('Form_EditorToolbarImageForm').respondToNodeChange(ed);
});
ed.onKeyUp.add(function(ed, o) {
$('Form_EditorToolbarLinkForm').updateSelection(ed);