This commit is contained in:
易良
2023-04-12 00:20:38 +08:00
committed by GitHub
parent ad2e57deb3
commit e9baeb3608
6 changed files with 9 additions and 9 deletions

View File

@@ -883,7 +883,7 @@ export class CommandCenter {
const document = window.activeTextEditor?.document;
// If the document doesn't match what we opened then don't attempt to select the range
// Additioanlly if there was no previous document we don't have information to select a range
// Additionally if there was no previous document we don't have information to select a range
if (document?.uri.toString() !== uri.toString() || !activeTextEditor || !previousURI || !previousSelection) {
continue;
}