fix: Text relayout caused by external link decorations rendered async
This commit is contained in:
@@ -28,3 +28,7 @@ export function isInternalUrl(href: string) {
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
export function isExternalUrl(href: string) {
|
||||
return !isInternalUrl(href);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user