forked from FoundKeyGang/FoundKey
client: auto-fix lints in tab and page-header
This commit is contained in:
parent
13a3581817
commit
08c65e9797
2 changed files with 2 additions and 2 deletions
|
@ -117,7 +117,7 @@ function showTabsPopup(ev: MouseEvent): void {
|
||||||
},
|
},
|
||||||
}));
|
}));
|
||||||
popupMenu(menu, ev.currentTarget ?? ev.target);
|
popupMenu(menu, ev.currentTarget ?? ev.target);
|
||||||
};
|
}
|
||||||
|
|
||||||
function preventDrag(ev: TouchEvent): void {
|
function preventDrag(ev: TouchEvent): void {
|
||||||
ev.stopPropagation();
|
ev.stopPropagation();
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="pxhvhrfw" v-size="{ max: [500] }">
|
<div v-size="{ max: [500] }" class="pxhvhrfw">
|
||||||
<button
|
<button
|
||||||
v-for="option in options"
|
v-for="option in options"
|
||||||
:key="option.value"
|
:key="option.value"
|
||||||
|
|
Loading…
Reference in a new issue