diff --git a/src/core/islands/Panel.mjs b/src/core/islands/Panel.mjs index e93af04..bc3aeff 100644 --- a/src/core/islands/Panel.mjs +++ b/src/core/islands/Panel.mjs @@ -1,6 +1,7 @@ /** * notion-enhancer * (c) 2023 dragonwocky (https://dragonwocky.me/) + * (c) 2021 CloudHill (https://github.com/CloudHill) * (https://notion-enhancer.github.io/) under the MIT license */ @@ -51,8 +52,8 @@ function View({ _get }) { function Switcher({ _get, _set, minWidth, maxWidth }) { const { html, extendProps, setState, useState } = globalThis.__enhancerApi, $switcher = html`
`, setView = (view) => { _set?.(view);