mirror of
https://github.com/logseq/logseq.git
synced 2026-04-27 23:54:55 +00:00
move tldraw/next inside of logseq
This commit is contained in:
9
tldraw/apps/tldraw-logseq/src/lib/tools/BoxTool.tsx
Normal file
9
tldraw/apps/tldraw-logseq/src/lib/tools/BoxTool.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { TLBoxTool } from '@tldraw/core'
|
||||
import type { TLReactEventMap } from '@tldraw/react'
|
||||
import { Shape, BoxShape } from '~lib'
|
||||
|
||||
export class BoxTool extends TLBoxTool<BoxShape, Shape, TLReactEventMap> {
|
||||
static id = 'box'
|
||||
static shortcut = ['r']
|
||||
Shape = BoxShape
|
||||
}
|
||||
Reference in New Issue
Block a user