Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/yasgui/src/Tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ export class Tab extends EventEmitter {

private initYasqe() {
const yasqeConf: Partial<YasqeConfig> = {
...this.yasgui.config.yasqe,
value: this.persistentJson.yasqe.value,
editorHeight: this.persistentJson.yasqe.editorHeight ? this.persistentJson.yasqe.editorHeight : undefined,
persistenceId: null, //yasgui handles persistent storing
Expand Down Expand Up @@ -337,6 +336,7 @@ export class Tab extends EventEmitter {
}
return processedReqConfig as PlainRequestConfig;
},
...this.yasgui.config.yasqe,
};
if (!yasqeConf.hintConfig) {
yasqeConf.hintConfig = {};
Expand Down