We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2910c88 commit 59dbb07Copy full SHA for 59dbb07
src/link/link.ts
@@ -59,7 +59,7 @@ export default class Link extends SuperComponent {
59
classList.push(`${name}--underline`);
60
}
61
if (
62
- (navigatorProps && !navigatorProps.url && !['navigateBack', 'exit'].includes(navigatorProps.openType)) ||
+ (navigatorProps && !navigatorProps.url && !navigatorProps.appId && !navigatorProps.shortLink && !['navigateBack', 'exit'].includes(navigatorProps.openType)) ||
63
disabled
64
) {
65
classList.push(`${name}--disabled`);
0 commit comments