Skip to content

Commit 8e455c0

Browse files
authored
Fix live input (codesandbox#3632)
* make live link readonlu * fix casing
1 parent 41bd38c commit 8e455c0

File tree

1 file changed

+1
-0
lines changed
  • packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Live

1 file changed

+1
-0
lines changed

packages/app/src/app/pages/Sandbox/Editor/Workspace/screens/Live/LiveNow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export const LiveNow = () => {
9595
</Text>
9696

9797
<Input
98+
readOnly
9899
defaultValue={`https://codesandbox.io/live/${roomId}`}
99100
marginBottom={2}
100101
onFocus={({ target }: { target: any }) => target.select()}

0 commit comments

Comments
 (0)