Skip to content

Commit

Permalink
#5287 re-enable to popup window spawn button
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Mar 26, 2024
1 parent 8ffba61 commit 9123299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/portal/view/learn/MainContainerController.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class MainContainerController extends Controller {

tabContainer.activeIndex = 1; // switch to the source view

livePreview.getReference('popout-window-button').disabled = false;
tabContainer.getTabAtIndex(1).disabled = false;

/*Neo.Main.windowClose({
Expand Down

0 comments on commit 9123299

Please sign in to comment.