angular-wysiwyg icon indicating copy to clipboard operation
angular-wysiwyg copied to clipboard

Prevent unexpected behavior of disabled when there is more than 1 component

Open kbix2000 opened this issue 7 years ago • 0 comments

There was a bug when a page contains more than 1 wysiwyg component with the property disabled.

The previous implementation was Enabling/Disabling every menus in the page each times the value the property was changing.

This fix selects only the menu concerned.

kbix2000 avatar May 07 '18 09:05 kbix2000