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 071abaa commit cb6a010
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ export default class EzBtnLinkEdit extends Component {

if (pathElement.getName() === 'br') {
const parent = pathElement.getParent();

if (parent.getName() === 'td' || parent.getName() === 'th') {
editor.eZ.moveCaretToElement(editor, parent);
}
Expand Down

0 comments on commit cb6a010

Please sign in to comment.