owo-lib
owo-lib copied to clipboard
TextBoxComponent ignores editable state on tab
The line https://github.com/wisp-forest/owo-lib/blob/1.21.5/src/main/java/io/wispforest/owo/ui/component/TextBoxComponent.java#L58
doesn't respect the editability state, it just writes on tab, even if the component was configured as setEditable(false).