Skip to content

Commit

Permalink
force the isStandalone path in dtpPanel.dtpPanel to always use the dt…
Browse files Browse the repository at this point in the history
…pSecondaryPanel
  • Loading branch information
philippun1 committed May 25, 2021
1 parent 0060c83 commit 97e91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ var dtpPanel = Utils.defineClass({

let position = this.getPosition();

if (isStandalone) {
if (true) { // force the isStandalone path, transparency will work, but lots of others stuff breaks
this.panel = new dtpSecondaryPanel({ name: 'panel', reactive: true });
this.statusArea = this.panel.statusArea = {};

Expand Down

0 comments on commit 97e91e3

Please sign in to comment.