feat: added data-cm-link attribute to set a link specific for the context menu; refactor: removed pointless chageTab function in Artist page
This commit is contained in:
@@ -136,6 +136,11 @@ export default {
|
||||
deezerLink = path[i].dataset.link
|
||||
break
|
||||
}
|
||||
|
||||
if (path[i].matches('[data-cm-link]')) {
|
||||
deezerLink = path[i].dataset.cmLink
|
||||
break
|
||||
}
|
||||
}
|
||||
|
||||
const isLink = elementClicked.matches('a')
|
||||
|
||||
Reference in New Issue
Block a user