Skip to content

Missing. import org.reactfx.InterceptableEventStream; #109

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions