Blish-HUD icon indicating copy to clipboard operation
Blish-HUD copied to clipboard

TextInputBase.TextChanged: Changed event args to correct type

Open Tharylia opened this issue 1 year ago • 0 comments

This PR changes the event args of the TextInputBase.TextChanged event to the correct type which gets passed to the event via the OnTextChanged method.

If this event has been subscribed to via an anonymous function, this PR is a breaking change. If the event has been subscribed to via a normal function, this PR is non breaking.

It has to be considered that this PR is breaking for some modules.

Tharylia avatar Sep 16 '22 15:09 Tharylia