Developer Instack

Results 2 comments of Developer Instack

Hi, the same issue, the popup appears on primary display when i work on second.

@samcov try `this.isOpen = false;`, for example ``` onClose: function() { this.isOpen = false; if (someCond) { this.isOpen = true; } } ```