Skip to content

Commit 7086756

Browse files
committed
restore a way t ocreate worlds by enter
1 parent a418050 commit 7086756

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/react/CreateWorld.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default ({ cancelClick, createClick, customizeClick, versions, defaultVer
5252
}}
5353
containerStyle={{ width: '100px' }}
5454
/>
55+
<button type='submit' style={{ visibility: 'hidden' }} />
5556
</form>
5657
<div style={{ display: 'flex' }}>
5758
<Button onClick={() => {

0 commit comments

Comments
 (0)