Skip to content

Commit

Permalink
disable tiptap image alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
daveearley committed Oct 16, 2024
1 parent e384cf2 commit 6b009e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ export const ImageResize = Image.extend({
}
}

paintPositionController();
// Disable positioning for the time being as it's not working properly
//paintPositionController();

$container.setAttribute(
'style',
Expand Down

0 comments on commit 6b009e7

Please sign in to comment.