fix: Stop flickering in cookbook.js

This commit is contained in:
Hitonabi
2026-06-20 23:45:23 +02:00
parent 44270b6cb7
commit e180adf21a
-1
View File
@@ -391,7 +391,6 @@ window.openCuratedModal = async (index) => {
function onSystem(sys) { function onSystem(sys) {
lastSys = sys; lastSys = sys;
if (!$("#cb-search").value.trim()) renderCurated();
} }
function unmount() {} function unmount() {}