|
|
@@ -5,6 +5,7 @@ import { Shape, LineShape } from '~lib'
|
|
|
// @ts-expect-error maybe later
|
|
|
export class LineTool extends TLLineTool<LineShape, Shape, TLReactEventMap> {
|
|
|
static id = 'line'
|
|
|
- static shortcut = ['l']
|
|
|
+ // not sure why "c" is not working in Logseq?
|
|
|
+ static shortcut = ['c', 'x']
|
|
|
Shape = LineShape
|
|
|
}
|