Changeset 41582
- Timestamp:
- 09/23/2017 06:45:49 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r41558 r41582 3782 3782 control.editor = wp.codeEditor.initialize( $textarea, settings ); 3783 3783 3784 // Refresh when receiving focus.3785 control.editor.codemirror.on( 'focus', function( codemirror ) {3786 codemirror.refresh();3787 });3788 3789 3784 /* 3790 3785 * When the CodeMirror instance changes, mirror to the textarea,
Note: See TracChangeset
for help on using the changeset viewer.