-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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
Labels
No labels