Fixed keyhandler preventing event default on non-handled events, bumped to v23
This commit is contained in:
parent
b45d8c9240
commit
0001cdebdc
2 changed files with 8 additions and 6 deletions
2
main.go
2
main.go
|
|
@ -23,7 +23,7 @@ import (
|
|||
"text/template"
|
||||
)
|
||||
|
||||
const VERSION = "v22"
|
||||
const VERSION = "v23"
|
||||
const CONTEXT_USER = 1
|
||||
const SYNC_PAGINATION = 200
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue