From 8ec6094caf27fefacf2c8fdd28481d86cad398a9 Mon Sep 17 00:00:00 2001 From: dragonwocky Date: Mon, 4 Sep 2023 22:29:11 +1000 Subject: [PATCH] chore(panel): restore cloudhill credit --- src/core/islands/Panel.mjs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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);