|
|
@ -387,7 +387,7 @@ export const DebuggerUI = (props: DebuggerUIProps) => { |
|
|
|
<CustomTooltip |
|
|
|
<CustomTooltip |
|
|
|
tooltipId="debuggerGenSourceCheckbox" |
|
|
|
tooltipId="debuggerGenSourceCheckbox" |
|
|
|
tooltipText={<FormattedMessage id='debugger.debugWithGeneratedSources' />} |
|
|
|
tooltipText={<FormattedMessage id='debugger.debugWithGeneratedSources' />} |
|
|
|
placement="top-start" |
|
|
|
placement="bottom-start" |
|
|
|
> |
|
|
|
> |
|
|
|
{customJSX} |
|
|
|
{customJSX} |
|
|
|
</CustomTooltip> |
|
|
|
</CustomTooltip> |
|
|
|