We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924467b commit bbe51e0Copy full SHA for bbe51e0
DebuggingSpy/DSCodeActionRecord.class.st
@@ -20,7 +20,7 @@ DSCodeActionRecord >> record: anEditor [
20
ifTrue: [ anEditor recordSelectedString ]
21
ifFalse: [ DSSpy recordSourceCodeDisabledErrorMessage ].
22
23
- self windowId: anEditor identityHash
+ self windowId: anEditor recordWindow identityHash
24
]
25
26
{ #category : 'accessing' }
0 commit comments