mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 00:26:55 +00:00
d02fae4657
Example: https://cdn.discordapp.com/attachments/695634717613228043/823649632633749514/unknown.png You cannot actually edit those boxes. There are 2 things being wrong with it: 1. It awaits an "Escape" button press to modify value, seems counterintuitive, addons like ElvUI do that on Enter press. 2. It does not update values. SetPoint uses previous values, new value is never being used. This fixes the boxes and mimics the ElvUI behavior for Enter button being the "save" action.