chaiNNer
chaiNNer copied to clipboard
Undo gets "stuck" in text boxes
This applies the fix for #661 to number inputs. I didn't apply it to text boxes so far.
@RunDevelopment what is this waiting on?
Feedback on whether we actually want to fix, because I think that the fix makes the UI worse.
Ah, that does seem worse
Could we commit text box changes to the undo history? I think that would solve the issue and make this not as bad of a change. Otherwise I think we should just close this PR
Could we commit text box changes to the undo history
No. As Kim rightly pointed out, that's just a bad UX. We don't do that for other inputs (number) either, so it would be inconsistent on top of that.
Otherwise I think we should just close this PR
I agree. Let's just close it.