mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixes #71688
This commit is contained in:
committed by
Karl Burtram
parent
605160a1ba
commit
e9d04d75ac
@@ -220,7 +220,7 @@ export class WebviewEditorService implements IWebviewEditorService {
|
||||
|
||||
// Revived webviews may not have an actively registered reviver but we still want to presist them
|
||||
// since a reviver should exist when it is actually needed.
|
||||
return !(webview instanceof RevivedWebviewEditorInput);
|
||||
return webview instanceof RevivedWebviewEditorInput;
|
||||
}
|
||||
|
||||
private async tryRevive(
|
||||
|
||||
Reference in New Issue
Block a user