Fix meta-brush
This commit is contained in:
parent
1a31dd6697
commit
94f0273ca4
1 changed files with 2 additions and 1 deletions
|
@ -1484,7 +1484,8 @@ export class TLDrawState implements TLCallbacks {
|
||||||
switch (this.appState.activeTool) {
|
switch (this.appState.activeTool) {
|
||||||
case 'select': {
|
case 'select': {
|
||||||
if (info.metaKey) {
|
if (info.metaKey) {
|
||||||
// While holding command key, allow event to pass through to canvas
|
// While holding command key, start a brush session
|
||||||
|
this.startBrushSession(this.getPagePoint(info.point))
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue