mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-07-06 21:51:22 +00:00
fix name spacing link
This commit is contained in:
parent
d5c1b55e40
commit
1e434888db
@ -75,7 +75,7 @@ export const AppViewer = React.forwardRef(({ app , hide, isDevMode, skipAuth}, i
|
||||
const copyLinkFunc = (e) => {
|
||||
const {tabId} = e.detail
|
||||
if(tabId === app?.tabId){
|
||||
let link = 'qortal://' + app?.service + '/' + app?.name
|
||||
let link = 'qortal://' + app?.service + '/' + app?.name.replace(/ /g, '%20');
|
||||
if(path && path.startsWith('/')){
|
||||
link = link + removeTrailingSlash(path)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user