Fixed keyhandler preventing event default on non-handled events, bumped to v23

This commit is contained in:
Magnus Åhall 2026-06-12 09:41:06 +02:00
parent b45d8c9240
commit 0001cdebdc
2 changed files with 8 additions and 6 deletions

View file

@ -23,7 +23,7 @@ import (
"text/template"
)
const VERSION = "v22"
const VERSION = "v23"
const CONTEXT_USER = 1
const SYNC_PAGINATION = 200