Skip to content

Commit

Permalink
fix: add 'd' to draw tool
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored and tiensonqin committed Dec 6, 2022
1 parent 0b9c6ba commit b7b2534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tldraw/apps/tldraw-logseq/src/lib/tools/PencilTool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { PencilShape, type Shape } from '../shapes'

export class PencilTool extends TLDrawTool<PencilShape, Shape, TLReactEventMap> {
static id = 'pencil'
static shortcut = ['2']
static shortcut = ['2', 'd']
Shape = PencilShape
simplify = false
}

0 comments on commit b7b2534

Please sign in to comment.