mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
remove some vscode differences (#12146)
This commit is contained in:
@@ -306,7 +306,7 @@ export class SimpleFileDialog {
|
||||
|
||||
this.filePickBox.onDidCustom(() => {
|
||||
if (isAcceptHandled || this.busy) {
|
||||
return undefined; // {{SQL CARBON EDIT}} @todo anthonydresser return to return; when we do strict null checks
|
||||
return undefined; // {{SQL CARBON EDIT}} @todo anthonydresser return to return; when we do strict-null-checks
|
||||
}
|
||||
|
||||
isAcceptHandled = true;
|
||||
|
||||
Reference in New Issue
Block a user