Skip to content

Commit

Permalink
remove overlap code (textfields need a rework)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 16, 2023
1 parent 206ab70 commit dd0660e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions haxe/ui/backend/flixel/textinputs/OpenFLTextInput.hx
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ class OpenFLTextInput extends TextBase {
}
}

/*
if (overlaps == true && tf.visible == true) {
tf.visible = false;
} else if (overlaps == false && tf.visible == false) {
tf.visible = true;
}
*/
}

public function destroy() {
Expand Down

0 comments on commit dd0660e

Please sign in to comment.