1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-07-15 04:44:05 +00:00

Layout changes. Edit collection names.

This commit is contained in:
2023-01-22 21:12:56 +01:00
parent e83a02fae8
commit 4d50d43f4d
19 changed files with 265 additions and 373 deletions

View File

@ -5,11 +5,16 @@
export let position = undefined;
const dispatch = createEventDispatcher();
let selected = -1;
const buttons = [];
let selected = -1;
$: if (items && position) {
selected = 0;
}
function close() {
dispatch('close');
selected = -1;
}
function click(fn) {