client: auto-fix lints in tab and page-header

This commit is contained in:
Norm 2022-10-10 18:55:33 -04:00
parent 13a3581817
commit 08c65e9797
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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"