-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: add selector for adding click hint to the embed page title #216 #217
base: master
Are you sure you want to change the base?
Conversation
JimmyLv
commented
Apr 30, 2022
src/ts/core/roam/selectors.ts
Outdated
@@ -28,7 +28,8 @@ export const Selectors = { | |||
dailyNotes: '#rm-log-container', | |||
viewMore: '.roam-log-preview', | |||
checkbox: '.check-container', | |||
externalLink: 'a', | |||
externalLink: 'a[target="_blank"]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why change for externalLink
?
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
externalLink: 'a.rm-alias, a[target="_blank"]', | ||
linkInBlockRef: '.rm-block-ref a[target="_blank"]', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still have the question on why change the externalLink
selector?
SonarCloud Quality Gate failed. 1 Bug No Coverage information |