mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
fix edgeless edit bar tooltip (#243)
* fix edgeless edit bar tooltip * fix tooltip
This commit is contained in:
@@ -3981,7 +3981,7 @@ export class TldrawApp extends StateManager<TDSnapshot> {
|
||||
this.patchState({
|
||||
settings: {
|
||||
forcePanning:
|
||||
this.currentTool.type === TDShapeType.HandDraw,
|
||||
this.currentTool.type === TDShapeType.HandDrag,
|
||||
},
|
||||
});
|
||||
this.spaceKey = false;
|
||||
|
||||
Reference in New Issue
Block a user