Skip to content

Commit 2866063

Browse files
committed
1 parent 910511b commit 2866063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/git/src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ export class CommandCenter {
702702
const document = window.activeTextEditor?.document;
703703

704704
// If the document doesn't match what we opened then don't attempt to select the range
705-
if (document?.uri !== uri) {
705+
if (document?.uri.toString() !== uri.toString()) {
706706
continue;
707707
}
708708

0 commit comments

Comments
 (0)