Skip to content

Commit

Permalink
fix(editor): blur in edgeless content zooming
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Jan 3, 2025
1 parent 8b6c81f commit d327e81
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ function updateTransform(element: GfxBlockComponent) {

function handleGfxConnection(instance: GfxBlockComponent) {
instance.style.position = 'absolute';
instance.style.willChange = 'transform';

instance.disposables.add(
instance.gfx.viewport.viewportUpdated.on(() => {
Expand Down

0 comments on commit d327e81

Please sign in to comment.