Skip to content

Commit ad01e7c

Browse files
authored
Merge pull request #136 from open-rpc/fix/keep-url-new-tab
fix: keep existing url for new tabs
2 parents fd809b9 + f91ca01 commit ad01e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Inspector.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ const Inspector: React.FC<IProps> = (props) => {
393393
name: "New Tab",
394394
content: { ...emptyJSONRPC },
395395
openrpcDocument: undefined,
396-
url: "",
396+
url,
397397
},
398398
],
399399
)}>

0 commit comments

Comments
 (0)