Skip to content

Commit

Permalink
fix(snippets): dropdown doesn't open if ESL 5.0.0 is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 4, 2024
1 parent 4a116a1 commit c72371e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/snippets/snippets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class UIPSnippets extends UIPPlugin {
@memoize()
protected get $trigger(): ESLTrigger {
return (
<esl-trigger active-class="open" className="uip-snippets-trigger">
<esl-trigger active-class="open" className="uip-snippets-trigger" target="::next">
<UIPSnippetsIcon/>
{this.$title}
</esl-trigger>
Expand Down

0 comments on commit c72371e

Please sign in to comment.