Skip to content

Did not monitor the selection update #34

Open
@nooooooom

Description

@nooooooom

I found that when the selection is updated (change from one selection to another, rather than unselected to selected), the property panel on the right is not updated, which will cause the canvas's property settings to fail to achieve the expected effect. After reading the source code, I learned that Fabric.js does not divide the selection update event into two events (selection clear and selection creation), but sends (selection:updated) event to notify the developer that the selection has changed , So just listening (selection:cleared and object:selected) should not be enough.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions