mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
TinyMCE: views: correct cursor position after paste
Fixes #33174. git-svn-id: https://develop.svn.wordpress.org/trunk@33484 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -729,6 +729,7 @@ tinymce.PluginManager.add( 'wpview', function( editor ) {
|
||||
// Add to editor.wp
|
||||
editor.wp = editor.wp || {};
|
||||
editor.wp.getView = getView;
|
||||
editor.wp.setViewCursor = setViewCursor;
|
||||
|
||||
// Keep for back-compat.
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user