refactor: minor adjustments to actionstoolbar (#1281)

This commit is contained in:
Christian Veinfors
2023-05-29 10:04:56 +02:00
committed by GitHub
parent 3b4b6ece98
commit d053ee3811
14 changed files with 46 additions and 65 deletions

View File

@@ -19,7 +19,7 @@ function init() {
});
nebbie.selections().then((s) => s.mount(document.querySelector('.toolbar')));
nebbie.field('Alpha').then((s) => s.mount(document.querySelector('.listbox')));
nebbie.field('Alpha').then((s) => s.mount(document.querySelector('.listbox'), { search: 'toggle' }));
document.querySelectorAll('.object').forEach((el) => {
const type = el.getAttribute('data-type');