fix lint no-undef

This commit is contained in:
Johann150
2022-07-04 16:33:55 +02:00
parent 2bd4323b17
commit a5c3fcea6e
6 changed files with 5 additions and 3 deletions

View File

@@ -75,7 +75,6 @@ const hasTabs = computed(() => {
const showTabsPopup = (ev: MouseEvent) => {
if (!hasTabs.value) return;
if (!narrow.value) return;
ev.preventDefault();
ev.stopPropagation();
const menu = props.tabs.map(tab => ({