mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-27 15:20:30 -04:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -131,7 +131,7 @@ export class FindModelBoundToEditorModel {
|
||||
// The find model is disposed during a find state changed event
|
||||
return;
|
||||
}
|
||||
if (!this._editor.getModel()) {
|
||||
if (!this._editor.hasModel()) {
|
||||
// The find model will be disposed momentarily
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user