We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc28f80 commit 1305cbeCopy full SHA for 1305cbe
extension/ezoe/design/standard/javascript/ezoe/popup_utils.js
@@ -270,8 +270,6 @@ var eZOEPopupUtils = {
270
271
if ( 'TABLE'.indexOf( s.editorElement.tagName ) === 0 )
272
ed.selection.select( jQuery( s.editorElement ).find( "tr:first-child > *:first-child" ).get(0), true );
273
- else if ( 'DIV'.indexOf( s.editorElement.tagName ) === 0 )
274
- ed.selection.select( s.editorElement );
275
else
276
ed.selection.select( s.editorElement, true );
277
ed.nodeChanged();
0 commit comments