Fix some spelling mistakes
This commit is contained in:
parent
553f118ab0
commit
0d2ae56519
12 changed files with 16 additions and 15 deletions
|
@ -51,8 +51,9 @@ const editable = <
|
|||
|
||||
const sheet = useEditorStore((state) => state.sheet)
|
||||
|
||||
const [sheetObject, setSheetObject] =
|
||||
useState<undefined | ISheetObject<$FixMe>>(undefined)
|
||||
const [sheetObject, setSheetObject] = useState<
|
||||
undefined | ISheetObject<$FixMe>
|
||||
>(undefined)
|
||||
|
||||
useLayoutEffect(() => {
|
||||
if (!sheet) return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue