Hi Tomas, I tried to load the new 0.6 release to check out the update and report issues, It seems that you something is changed in the reactFX. Is that correct? If so, what do I change in the code below to make it work again? I have some code like this:
InterceptableEventStream<PlainTextChange> changes = this.richTextArea.plainTextChanges().interceptable();
changes.muteWhile(() -> {
this.richTextArea.insertText(this.richTextArea.getCaretPosition(), txt);
});
Thanks,
Maher
Hi Tomas, I tried to load the new 0.6 release to check out the update and report issues, It seems that you something is changed in the reactFX. Is that correct? If so, what do I change in the code below to make it work again? I have some code like this:
Thanks,
Maher