Improved accessibility (#118):

* Fix autocomplete vs tab key
This commit is contained in:
John Livingston 2024-08-20 16:59:08 +02:00
parent cee42b4bcc
commit 3177c31b08
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ CONVERSE_COMMIT="1625f9b6ee81fa9ebd8df5cba306bde478f1943b"
# 2024-08-06: including new getOccupantActionButtons hook (waiting for merge in Converse upstream) # 2024-08-06: including new getOccupantActionButtons hook (waiting for merge in Converse upstream)
CONVERSE_COMMIT="5b35bd31c7e26c1f5396cd65eef69293d8b388c1" CONVERSE_COMMIT="5b35bd31c7e26c1f5396cd65eef69293d8b388c1"
# 2024-08-20: accessibility fixes # 2024-08-20: accessibility fixes
CONVERSE_COMMIT="7b00a2e0b4a13cea7800f4f100c2673785f94486" CONVERSE_COMMIT="7377080988e7838047dcedf48cd8610d492c9ba7"
rootdir="$(pwd)" rootdir="$(pwd)"
src_dir="$rootdir/conversejs" src_dir="$rootdir/conversejs"