Update App.js

This commit is contained in:
brausjonas
2023-07-07 12:14:06 +02:00
parent bc56780efd
commit ddb334983c
+1 -1
View File
@@ -172,7 +172,7 @@ export default function App() {
if (selectedTool !== "text" && selectedTool !== "mover") { if (selectedTool !== "text" && selectedTool !== "mover") {
hintContext.clearRect(0, 0, 5000, 3000) hintContext.clearRect(0, 0, 5000, 3000)
} else if(selectedTool === "text") { } else {
textInput.focus() textInput.focus()
} }
} }