TinyMCE: fix showing popup buttons on images in WebKit, fixes #22188

git-svn-id: http://core.svn.wordpress.org/trunk@22246 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Ozz 2012-10-16 18:16:29 +00:00
parent 439b77aab9
commit 97fc06f706
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
if ( tinymce.isGecko )
ed.selection.select(parent);
else if ( tinymce.isWebKit )
ed.dom.events.cancel(e);
ed.dom.events.prevent(e);
}
});