Skip to content

Commit

Permalink
fix: add 'c' to connector shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored and tiensonqin committed Dec 6, 2022
1 parent 8a9d254 commit 0b9c6ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tldraw/apps/tldraw-logseq/src/lib/tools/LineTool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { LineShape, type Shape } from '../shapes'
// @ts-expect-error maybe later
export class LineTool extends TLLineTool<LineShape, Shape, TLReactEventMap> {
static id = 'line'
// not sure why "c" is not working in Logseq?
static shortcut = ['5']
static shortcut = ['5', 'c']
Shape = LineShape
}

0 comments on commit 0b9c6ba

Please sign in to comment.