We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc910d commit bb83d54Copy full SHA for bb83d54
packages/yasgui/src/Tab.ts
@@ -241,8 +241,8 @@ export class Tab extends EventEmitter {
241
return this.persistentJson.requestConfig;
242
}
243
private initControlbar() {
244
- this.initEndpointSelectField();
245
this.initOrientationToggle();
+ this.initEndpointSelectField();
246
this.initEndpointButtons();
247
if (this.yasgui.config.endpointInfo && this.controlBarEl) {
248
this.controlBarEl.appendChild(this.yasgui.config.endpointInfo());
0 commit comments