WordPress/wp-admin/js/widgets
desrosj a9ea1b9183 Widgets: Remove change event when editing a Custom HTML widget.
The `change` event was previously required to ensure that the Customizer picked detected changes to the widget’s content and synced them to the preview. In the current state, though, the `trigger( ‘change’ )` is no longer required and is causing issues with the widget’s “Done” and “Save” buttons.

Fixes #45335.
Props audrasjb, afercia, westonruter.
Built from https://develop.svn.wordpress.org/trunk@44816


git-svn-id: http://core.svn.wordpress.org/trunk@44648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2019-03-07 22:26:49 +00:00
..
custom-html-widgets.js Widgets: Remove change event when editing a Custom HTML widget. 2019-03-07 22:26:49 +00:00
custom-html-widgets.min.js Widgets: Remove change event when editing a Custom HTML widget. 2019-03-07 22:26:49 +00:00
media-audio-widget.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
media-audio-widget.min.js Widgets: Introduce media widgets for images, audio, and video with extensible base for additional media widgets in the future. 2017-05-11 21:11:44 +00:00
media-gallery-widget.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
media-gallery-widget.min.js Widgets: Improve extensibility of the Gallery widget and of media widgets generally. 2017-10-19 23:44:48 +00:00
media-image-widget.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
media-image-widget.min.js Widgets: Introduce Gallery widget for displaying image galleries. 2017-09-25 06:28:45 +00:00
media-video-widget.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
media-video-widget.min.js Widgets: Harden logic for checking for valid media URLs. 2017-10-19 00:07:54 +00:00
media-widgets.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
media-widgets.min.js Widgets: Harden logic for checking for valid media URLs. 2017-10-19 00:07:54 +00:00
text-widgets.js Docs: Add file doc @output annotations. 2018-06-28 02:30:15 +00:00
text-widgets.min.js Widgets: Add dirty state tracking for widgets on admin screen. 2017-09-08 19:11:43 +00:00