Skip to content

Observable notify causing duplicated tables #87

@jakkos-net

Description

@jakkos-net
using TableView, Interact, Blink, DataFrames, Observables

t = showtable(DataFrame(:A => [1,2]))
o = Observable(OrderedDict(:t => t))

body!(Window(), tabulator(o))

notify(o)

causes 2 tables to appear instead of one

image

Calling notify(o) multiple times at the end of the file causes multiple duplicates. Calling notify(o) after a delay removes all the duplicates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions