mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Merge from vscode bd0efff9e3f36d6b3e1045cee9887003af8034d7
This commit is contained in:
@@ -274,8 +274,10 @@ class QuickInput extends Disposable implements IQuickInput {
|
||||
return;
|
||||
}
|
||||
const title = this.getTitle();
|
||||
if (this.ui.title.textContent !== title) {
|
||||
if (title && this.ui.title.textContent !== title) {
|
||||
this.ui.title.textContent = title;
|
||||
} else if (!title && this.ui.title.innerHTML !== ' ') {
|
||||
this.ui.title.innerHTML = ' ';
|
||||
}
|
||||
const description = this.getDescription();
|
||||
if (this.ui.description.textContent !== description) {
|
||||
|
||||
Reference in New Issue
Block a user