refactor(client): better semantics
This commit is contained in:
@@ -335,7 +335,7 @@ const Component = defineComponent({
|
||||
popout(path);
|
||||
this.$router.back();
|
||||
},
|
||||
}], ev.currentTarget || ev.target);
|
||||
}], ev.currentTarget ?? ev.target);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user