U4-8886 - TinyMCE - highlight media picker toolbar icon when image selected

This commit is contained in:
Tom Fulton
2017-09-05 13:20:18 -04:00
parent 895faf41b1
commit 1578bc8cc7

View File

@@ -87,6 +87,7 @@ function tinyMceService(dialogService, $log, imageHelper, $http, $timeout, macro
editor.addButton('umbmediapicker', {
icon: 'custom icon-picture',
tooltip: 'Media Picker',
stateSelector: 'img',
onclick: function () {
var selectedElm = editor.selection.getNode(),