[owo-ui] Tooltips are not rendered when returning to a previously initialized screen
Zailer43 opened this issue · 1 comments
Description
I have:
@Override
public void close() {
this.setScreen(this.parent);
}
To return to the main screen but I’ve noticed that since version 0.12.19, tooltips are not rendered when returning to the previous screen
Issue
This event should also be registered when the screen has been previously initialized
owo-lib/src/main/java/io/wispforest/owo/ui/base/BaseOwoScreen.java
Lines 96 to 98 in 49a02fa
Versions
fabric_version = 0.111.0+1.21.4
owo_version = 0.12.19+1.21.4