Skip to content

Commit b91e339

Browse files
committed
fix-merge(#36863): adapt to the old source base
1 parent 3f4df2c commit b91e339

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/injected/src/recorder/recorder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class RecordActionTool implements RecorderTool {
425425

426426
if (target.nodeName === 'SELECT') {
427427
const selectElement = target as HTMLSelectElement;
428-
this._recordAction({
428+
this._recorder.recordAction({
429429
name: 'select',
430430
selector: this._activeModel!.selector,
431431
options: [...selectElement.selectedOptions].map(option => option.value),

0 commit comments

Comments
 (0)