Skip to content

Commit

Permalink
focus
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat committed Jan 16, 2025
1 parent 77c3b99 commit fc9bd59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/remix-ui/tabs/src/lib/remix-ui-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ export const TabsUI = (props: TabsUIProps) => {
data-id="script-config"
className="btn text-dark border-left ml-2 pr-0 py-0 d-flex"
onClick={async () => {
props.plugin.call('manager', 'activatePlugin', 'UIScriptRunner')
await props.plugin.call('manager', 'activatePlugin', 'UIScriptRunner')
await props.plugin.call('tabs', 'focus', 'UIScriptRunner')
}}
>
<i className="fa-kit fa-solid-gear-circle-play"></i>
Expand Down

0 comments on commit fc9bd59

Please sign in to comment.