add bookmark collection editor
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export const b = {
|
||||
init: 'enhance',
|
||||
init: 'enhance enhanceHide',
|
||||
}
|
||||
|
||||
export function enhance(_, __, el) {
|
||||
@@ -18,3 +18,11 @@ export function enhance(_, __, el) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
export function enhanceHide(_, __, el) {
|
||||
if (el === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
el.style.display = 'none';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user