Fix meta-brush

This commit is contained in:
Steve Ruiz 2021-08-11 14:41:17 +01:00
parent 1a31dd6697
commit 94f0273ca4

View file

@ -1484,7 +1484,8 @@ export class TLDrawState implements TLCallbacks {
switch (this.appState.activeTool) {
case 'select': {
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
}