TeamGleason / SpeakFaster

MIT License
6 stars 4 forks source link

[WebUI] Fix scissor button in InputBarComponent #300

Closed caisq closed 2 years ago

caisq commented 2 years ago

The bug was due to incorrect state setting in InputBarComponent. The bug is fixed in this PR.

Also in this PR, we simplify the state set of InputBarComponent by removing the stateAFTER_CUT`.

Fixes #281

caisq commented 2 years ago

@antonkast-google Please review this PR. Thanks.