fix edgeless edit bar tooltip (#243)

* fix edgeless edit bar tooltip

* fix tooltip
This commit is contained in:
Horus
2022-08-16 14:31:50 +08:00
committed by GitHub
parent bdc61ed02e
commit bd59871c22
7 changed files with 14 additions and 14 deletions
@@ -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;