I observed that in JavaFX textarea, Ctrl + z
(for undo operation) is not working after calling textArea.setText("...")
. Before setText is called, the undo operation is working fine.
Is there any way to enable undo accross multiple setText
calls?