Anki crashes when trying to drag and drop multiple tags

This occured when I selected 4 tag groups and tried to drag them under another tag. I can replicate it. It causes Anki to crash.

A fatal error occurred, and Anki must close. Please report this message on the forums.
Anki 2.1.64 (581f82c5) Python 3.9.15 Qt 6.5.0 PyQt 6.5.0
Platform: macOS-13.4-x86_64-i386-64bit
Flags: frz=True ao=True sv=?
Add-ons, last update check: 2023-06-30 15:11:29
Add-ons possibly involved: ⁨AnkiHub⁊

Error in sys.excepthook:
Traceback (most recent call last):
File “/Users/Nick/Library/Application Support/Anki2/addons21/1322529746/errors.py”, line 124, in excepthook
_maybe_report_exception_and_show_feedback_dialog(exception=val)
File “/Users/Nick/Library/Application Support/Anki2/addons21/1322529746/errors.py”, line 137, in _maybe_report_exception_and_show_feedback_dialog
sentry_event_id = report_exception_and_upload_logs(exception=exception)
File “/Users/Nick/Library/Application Support/Anki2/addons21/1322529746/errors.py”, line 68, in report_exception_and_upload_logs
sentry_id = _report_exception(
File “/Users/Nick/Library/Application Support/Anki2/addons21/1322529746/errors.py”, line 305, in _report_exception
scope.set_context(“user files”, _user_files_context_dict())
File “/Users/Nick/Library/Application Support/Anki2/addons21/1322529746/errors.py”, line 365, in _user_files_context_dict
“Is ankihub database attached to anki database?”: is_ankihub_db_attached_to_anki_db(),
File “/Users/Nick/Library/Application Support/Anki2/addons21/1322529746/db/db.py”, line 77, in is_ankihub_db_attached_to_anki_db
name for _, name, _ in aqt.mw.col.db.all(“PRAGMA database_list”)
File “anki.dbproxy”, line 67, in all
File “anki.dbproxy”, line 61, in _query
File “anki._backend”, line 92, in db_query
File “anki._backend”, line 111, in _db_command
pyo3_runtime.PanicException: called Result::unwrap() on an Err value: PoisonError { … }

Original exception was:
Traceback (most recent call last):
File “aqt.taskman”, line 122, in _on_closures_pending
File “aqt.taskman”, line 71, in
File “aqt.taskman”, line 90, in wrapped_done
File “aqt.operations”, line 120, in wrapped_done
File “concurrent.futures._base”, line 439, in result
File “concurrent.futures._base”, line 391, in __get_result
File “concurrent.futures.thread”, line 58, in run
File “aqt.operations”, line 105, in wrapped_op
File “aqt.operations.tag”, line 81, in
File “anki.tags”, line 105, in reparent
File “anki._backend_generated”, line 1456, in reparent_tags
File “anki._backend”, line 150, in _run_command
pyo3_runtime.PanicException: called Option::unwrap() on a None value

Actually looks like this occurs just with Anki and no add-ons. I’ll report it there