Skip to content

Commit f91ca01

Browse files
committed
fix: keep existing url for new tabs
fixes #135
1 parent fd809b9 commit f91ca01

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)