We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4df2c commit b91e339Copy full SHA for b91e339
packages/injected/src/recorder/recorder.ts
@@ -425,7 +425,7 @@ class RecordActionTool implements RecorderTool {
425
426
if (target.nodeName === 'SELECT') {
427
const selectElement = target as HTMLSelectElement;
428
- this._recordAction({
+ this._recorder.recordAction({
429
name: 'select',
430
selector: this._activeModel!.selector,
431
options: [...selectElement.selectedOptions].map(option => option.value),
0 commit comments