Skip to content

Commit

Permalink
🧰: fix html workspace layout
Browse files Browse the repository at this point in the history
  • Loading branch information
merryman committed Dec 10, 2024
1 parent 9c51c58 commit 80e8f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lively.ide/html/workspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default class Workspace extends JSWorkspace {
after: ['targetMorph'],
get () { this.getSubmorphNamed('eval backend button'); },
initialize () {
this.addMorph(EvalBackendChooser.default.ensureEvalBackendDropdown(this, 'local'));
this.ui.header.addMorph(EvalBackendChooser.default.ensureEvalBackendDropdown(this, 'local'));
}
}
};
Expand Down

0 comments on commit 80e8f79

Please sign in to comment.