Skip to content

Commit

Permalink
prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GrabowskiM authored and juskora committed Dec 6, 2024
1 parent 3593ae6 commit 34dd909
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

parentElement = parentElement.parentNode;
}
}
};
const restoreAncestorsPositions = () => {
clearedPositionNodesData.forEach(({ node, originalInlineOverflow, originalInlinePosition }) => {
if (originalInlineOverflow) {
Expand All @@ -42,7 +42,7 @@
});

clearedPositionNodesData.length = 0;
}
};
const changeDistractionFreeModeState = (active) => {
if (!activeFieldEdit || previousDistractionFreeModeActive === active) {
return;
Expand Down

0 comments on commit 34dd909

Please sign in to comment.