mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): remove dead check
This commit is contained in:
@@ -29,8 +29,9 @@ const RenderNonLinkAnnotation = inject("alertStore")(
|
||||
{
|
||||
visible: true,
|
||||
show(e) {
|
||||
// don't action link clicks inside Linkify
|
||||
if (e.target.nodeName !== "A") this.visible = true;
|
||||
// Linkify only handles value, no need to check for links of
|
||||
// collapsed annotation
|
||||
this.visible = true;
|
||||
},
|
||||
hide(e) {
|
||||
// don't action link clicks inside Linkify
|
||||
|
||||
Reference in New Issue
Block a user