Skip to content

Commit

Permalink
Revert "Fix related to ezsystems#149"
Browse files Browse the repository at this point in the history
This reverts commit cff502a.
  • Loading branch information
SerheyDolgushev committed Oct 9, 2020
1 parent 09f99b8 commit 84ca0df
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,9 @@ export default class EzBtnLinkEdit extends Component {
*/
showUI() {
const nativeEditor = this.props.editor.get('nativeEditor');
const element = nativeEditor.elementPath().lastElement;

nativeEditor.fire('editorInteraction', {
editor: this.props.editor,
nativeEvent: {
editor: this.props.editor,
target: element.$,
},
selectionData: {
element: this.state.element,
region: this.getRegion(),
Expand Down

0 comments on commit 84ca0df

Please sign in to comment.