We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3148ba6 commit 39c2469Copy full SHA for 39c2469
libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
@@ -425,11 +425,9 @@ export function Workspace() {
425
426
const handleTypingUrl = () => {
427
const url = cloneUrlRef.current.value
428
- const corsproxy = corsproxyUrlRef.current.value
429
430
- if (corsproxy) {
431
- config.set('corsproxy', corsproxy)
432
- }
+ const corsproxy = corsproxyUrlRef.current.value
+ config.set('corsproxy', corsproxy)
433
434
if (url) {
435
global.dispatchCloneRepository(url)
0 commit comments