mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 09:36:19 +00:00
488f66eead
This is a bit of an odd combination of a few bugs: - When the terminal component is blurred, we fire a mouse_up event for the last-held button. However, we had an off-by-1 error here, so this only triggered for the right/middle buttons. - This was obsucuring the second bug, which is when we clicked within the terminal, this caused the terminal to be blurred (thus releasing the mouse) and then focused again. We fix this by only setting the focus if there's actually a change. Fixes #1655 |
||
---|---|---|
.. | ||
src | ||
build.gradle.kts |