You've already forked AstralRinth
forked from didirus/AstralRinth
Minor bugfixes (#3338)
* Workaround linux firefox repeat issue * Nullcheck onShow/onHide functions
This commit is contained in:
@@ -43,7 +43,7 @@ function onModalHide() {
|
||||
if (props.showAdOnClose) {
|
||||
show_ads_window()
|
||||
}
|
||||
props.onHide()
|
||||
props.onHide?.()
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user