mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-14 16:05:19 +02:00
refactor(client): better semantics
This commit is contained in:
@@ -32,7 +32,7 @@ function setFilter(ev) {
|
||||
includeTypes = null;
|
||||
}
|
||||
}, null, ...typeItems] : typeItems;
|
||||
os.popupMenu(items, ev.currentTarget || ev.target);
|
||||
os.popupMenu(items, ev.currentTarget ?? ev.target);
|
||||
}
|
||||
|
||||
defineExpose({
|
||||
|
||||
Reference in New Issue
Block a user