|
|
|
@ -230,9 +230,8 @@ export const TabsUI = (props: TabsUIProps) => { |
|
|
|
|
<i className="fas fa-play"></i> |
|
|
|
|
</button> |
|
|
|
|
</CustomTooltip> |
|
|
|
|
{(tabsState.currentExt === 'ts' || tabsState.currentExt === 'js') |
|
|
|
|
|
|
|
|
|
&& <CustomTooltip |
|
|
|
|
<CustomTooltip |
|
|
|
|
placement="bottom" |
|
|
|
|
tooltipId="overlay-tooltip-run-script-config" |
|
|
|
|
tooltipText={ |
|
|
|
@ -249,7 +248,6 @@ export const TabsUI = (props: TabsUIProps) => { |
|
|
|
|
> |
|
|
|
|
<i className="fa-kit fa-solid-gear-circle-play"></i> |
|
|
|
|
</button></CustomTooltip> |
|
|
|
|
} |
|
|
|
|
<div className="d-flex border-left ml-2 align-items-center" style={{ height: "3em" }}> |
|
|
|
|
<CustomTooltip |
|
|
|
|
placement="bottom" |
|
|
|
|