We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043e321 commit da964bdCopy full SHA for da964bd
packages/tldraw/src/lib/shapes/note/NoteShapeUtil.tsx
@@ -33,9 +33,7 @@ import {
33
} from '@tldraw/editor'
34
import { useCallback, useContext } from 'react'
35
import { startEditingShapeWithLabel } from '../../tools/SelectTool/selectHelpers'
36
-import {
37
- TranslationsContext,
38
-} from '../../ui/hooks/useTranslation/useTranslation'
+import { TranslationsContext } from '../../ui/hooks/useTranslation/useTranslation'
39
import {
40
isEmptyRichText,
41
renderHtmlFromRichTextForMeasurement,
0 commit comments