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);
|
||||
};
|
||||
}
|
||||
|
||||
function preventDrag(ev: TouchEvent): void {
|
||||
ev.stopPropagation();
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div class="pxhvhrfw" v-size="{ max: [500] }">
|
||||
<div v-size="{ max: [500] }" class="pxhvhrfw">
|
||||
<button
|
||||
v-for="option in options"
|
||||
:key="option.value"
|
||||
|
|
Loading…
Reference in a new issue