Skip to content

Commit bb83d54

Browse files
committed
feat: place layout changing button on the left of the endpoint input
1 parent 8fc910d commit bb83d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yasgui/src/Tab.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ export class Tab extends EventEmitter {
241241
return this.persistentJson.requestConfig;
242242
}
243243
private initControlbar() {
244-
this.initEndpointSelectField();
245244
this.initOrientationToggle();
245+
this.initEndpointSelectField();
246246
this.initEndpointButtons();
247247
if (this.yasgui.config.endpointInfo && this.controlBarEl) {
248248
this.controlBarEl.appendChild(this.yasgui.config.endpointInfo());

0 commit comments

Comments
 (0)