Skip to content

No way to close a JsPanel #1

@Okilele-newbie

Description

@Okilele-newbie

Everything is in the title and very simple:
Using the X top right icon or programmatically (set visible to false) I did not succeed in closing/hiding a JsPanel created in Vue.
Note as visible is a props I had to edit the initial code but at last I correctly call the close method
close: function close() {
this.$emit('close');
this.$emit('update:visible', false);
console.log('Should close')
}
which does nothing ...
As I get the same result with the 'X' close button I guess this is coming from a bad interaction between Vue and JsPanel and not a bug from your side. But if you have an idea to solve this ...

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