diff --git a/view/App.tsx b/view/App.tsx index 72ec449..1009c12 100644 --- a/view/App.tsx +++ b/view/App.tsx @@ -159,25 +159,25 @@ export function App({ app }: AppProps) { />
- - - - - - -
diff --git a/view/CanvasViewport.tsx b/view/CanvasViewport.tsx index fb405c6..1f29a9a 100644 --- a/view/CanvasViewport.tsx +++ b/view/CanvasViewport.tsx @@ -42,7 +42,14 @@ export function CanvasViewport({ const hasBrushPreview = Boolean(cursorState.hasBrushPreview && !brushHint && canPreviewBrush(cursorState.document, cursorState.editor)); const cursorClass = canvasCursorClass(cursorState.editor.tools.interactionMode, cursorState.isPanning, hasBrushPreview, !brushHint); - return ; + return ( + + ); } type CanvasCursorState = { diff --git a/view/GenerateSheet.tsx b/view/GenerateSheet.tsx index 29fb834..47488b9 100644 --- a/view/GenerateSheet.tsx +++ b/view/GenerateSheet.tsx @@ -13,6 +13,7 @@ export type GenerateSheetProps = { export function GenerateSheet({ settings, resources, open, dispatch }: GenerateSheetProps) { return (