mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-23 13:02:21 +08:00
fix(editor): blur in edgeless content zooming (#9496)
Fix [BS-2294](https://linear.app/affine-design/issue/BS-2294/edgeless-%E7%BC%A9%E6%94%BE%E5%AD%97%E5%8F%B7%E6%A8%A1%E7%B3%8A)
This commit is contained in:
@@ -22,7 +22,6 @@ function updateTransform(element: GfxBlockComponent) {
|
|||||||
|
|
||||||
function handleGfxConnection(instance: GfxBlockComponent) {
|
function handleGfxConnection(instance: GfxBlockComponent) {
|
||||||
instance.style.position = 'absolute';
|
instance.style.position = 'absolute';
|
||||||
instance.style.willChange = 'transform';
|
|
||||||
|
|
||||||
instance.disposables.add(
|
instance.disposables.add(
|
||||||
instance.gfx.viewport.viewportUpdated.on(() => {
|
instance.gfx.viewport.viewportUpdated.on(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user