Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Dariusz Szut <[email protected]>
  • Loading branch information
SerheyDolgushev and dew326 authored May 19, 2020
1 parent 7ff7b72 commit 071abaa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ export default class EzBtnLinkEdit extends Component {
editor.fire('actionPerformed', this);

const pathElement = editor.elementPath().lastElement;

if (pathElement.getName() === 'br') {
const parent = pathElement.getParent();
if (parent.getName() === 'td' || parent.getName() === 'th') {
Expand Down

0 comments on commit 071abaa

Please sign in to comment.