mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
When tagsBox item is changed by clicking on an itemTree row, the blur even never fires on the currently focused tag. So whatever changes were made will be discarded. To avoid it, blur any opened tag rows (which triggers a saveTx) when an item is being set, same way it is done in itemBox. Also, a small tweak to properly fetch the focused tag via editable-text:focus-within selector, since editable-text:focus is always empty because the focus is on the input inside of editable-text. Fixes: #4942 |
||
|---|---|---|
| .. | ||
| components | ||
| content | ||
| resource | ||
| tests | ||
| chrome.manifest | ||
| runtests.sh | ||