This commit is contained in:
brausjonas
2023-07-07 18:36:44 +02:00
parent 1025c5b722
commit 37529fb1e9
3 changed files with 58 additions and 21 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ export default function StartForm(p) {
alignItems: "center",
textAlign: "center"
}} onClick={() => {
console.log("test")
p.onLoadIn(e.content, e.id)
}}><p style={{userSelect: "none", pointerEvents: "none"}}>{e.name}</p></div>
))}
</div>