mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
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:
parent
c69df0f2b1
commit
f94ad4f988
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user