Make WordPress Core

Changeset 36977


Ignore:
Timestamp:
03/13/2016 05:46:59 PM (9 years ago)
Author:
azaozz
Message:

TinyMCE, inline link: ensure the inline dialog is in preview mode after updating a link from the (advanced) modal.

Props afercia.
See #33301.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/wplink.js

    r36974 r36977  
    437437                }
    438438
     439                // Not editing any more
     440                attrs['data-wplink-edit'] = null;
    439441                editor.dom.setAttribs( link, attrs );
    440442            } else {
Note: See TracChangeset for help on using the changeset viewer.