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 209acbc commit 2bda2a0Copy full SHA for 2bda2a0
libs/remix-ui/workspace/src/lib/remix-ui-workspace.tsx
@@ -397,11 +397,9 @@ export function Workspace() {
397
398
const handleTypingUrl = () => {
399
const url = cloneUrlRef.current.value
400
- const corsproxy = corsproxyUrlRef.current.value
401
402
- if (corsproxy) {
403
- config.set('corsproxy', corsproxy)
404
- }
+ const corsproxy = corsproxyUrlRef.current.value
+ config.set('corsproxy', corsproxy)
405
406
if (url) {
407
global.dispatchCloneRepository(url)
0 commit comments