mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-05-15 16:54:33 +00:00
wpviews: whenever a view is updated or inserted, don't refresh ALL of the views.
Props avryl. Fixes #28788. git-svn-id: https://develop.svn.wordpress.org/trunk@29530 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -205,10 +205,6 @@ tinymce.PluginManager.add( 'wpview', function( editor ) {
|
||||
removeView( selected );
|
||||
}
|
||||
|
||||
if ( ! event.initial ) {
|
||||
wp.mce.views.unbind( editor );
|
||||
}
|
||||
|
||||
node = editor.selection.getNode();
|
||||
|
||||
// When a url is pasted, only try to embed it when pasted in an empty paragrapgh.
|
||||
|
||||
Reference in New Issue
Block a user