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:
@ -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) {
|
||||
|
Reference in New Issue
Block a user