Skip to content

Commit

Permalink
feat: Removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur committed Nov 23, 2024
1 parent 0392f86 commit 864a855
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/widget/src/hooks/Phase3/SelectEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,6 @@ export class SelectEditor extends BaseEditor {
this.selectInput.value = highlighted.dataset.value;
this.finishEditing();
} else {
// If no option is highlighted, select the first option
const firstOption = this.selectUl.querySelector('li.option');
if (firstOption) {
this.selectInput.value = firstOption.dataset.value;
Expand Down

0 comments on commit 864a855

Please sign in to comment.