feat: add thumbhashes to images closes #6

This commit is contained in:
2023-08-11 16:13:20 +02:00
parent 6dd8575b15
commit 0acbbd6905
22 changed files with 489 additions and 51 deletions

View File

@@ -103,7 +103,6 @@ export const KMenu = (
}
useEventListener("keydown", (ev: KeyboardEvent) => {
console.log("kMenu", { key: ev.key });
if (ev.key === "k") {
if (ev?.target?.nodeName == "INPUT") {
return;