mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 19:54:39 +00:00
refactor(component): abstract component selection from svelteRenderer function
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
browser.runtime.sendMessage({ type: 'currentTab', info: 'OpenChangelog' });
|
||||
};
|
||||
|
||||
let { standalone } = $props<{ standalone: boolean }>();
|
||||
let { standalone = false } = $props<{ standalone?: boolean }>();
|
||||
|
||||
onMount(() => {
|
||||
if (!standalone) return;
|
||||
|
||||
Reference in New Issue
Block a user