Merge pull request #2776 from LenAnderson/fix-fix-fancy-click-target Fix the fix (fix fancy click target)
Signed| @@ -2334,7 +2334,7 @@ async function getWorldEntry(name, data, entry) { | ||
| 2334 | 2334 | input.on('select2:unselect', /** @type {function(*):void} */ event => updateWorldEntryKeyOptionsCache([event.params.data], { remove: true })); |
| 2335 | 2335 | |
| 2336 | 2336 | select2ChoiceClickSubscribe(input, target => { |
| 2337 | 2337 | const key = $(target.closest('.regex-highlight, .item')).text(); |
| 2338 | 2338 | console.debug('Editing WI key', key); |
| 2339 | 2339 | |
| 2340 | 2340 | // Remove the current key from the actual selection |