fix (tag): ux bug on tag

This commit is contained in:
MickaelK 2025-08-26 09:27:31 +10:00
parent d6777e6c92
commit 666730d5ce

View file

@ -207,7 +207,10 @@ async function ctrlNavigationPane(render, { $sidebar, path }) {
}
async function ctrlTagPane(render, { tags, path }) {
if (!getConfig("enable_tags", false)) return;
if (getConfig("enable_tags", false) === false) {
render(document.createElement("div"));
return;
}
const $page = createElement(`
<div>
<h3 class="no-select">