mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Ensure unique ids for tooltips (#13079)
GitOrigin-RevId: 9b6e5c60dade356549bb1b3fd9c6254ab00ace56
This commit is contained in:
@@ -23,7 +23,7 @@ function DetachCompileButton() {
|
||||
return (
|
||||
<div className="detach-compile-button-container">
|
||||
<Tooltip
|
||||
id="logs-toggle"
|
||||
id="detach-compile"
|
||||
description={tooltipElement}
|
||||
tooltipProps={{ className: 'keyboard-tooltip' }}
|
||||
overlayProps={{ delayShow: 500 }}
|
||||
|
||||
@@ -56,7 +56,7 @@ function PdfCompileButton() {
|
||||
button={{
|
||||
tooltip: {
|
||||
description: tooltipElement,
|
||||
id: 'logs-toggle',
|
||||
id: 'compile',
|
||||
tooltipProps: { className: 'keyboard-tooltip' },
|
||||
overlayProps: { delayShow: 500 },
|
||||
},
|
||||
|
||||
@@ -22,7 +22,7 @@ function PdfHybridDownloadButton() {
|
||||
|
||||
return (
|
||||
<Tooltip
|
||||
id="logs-toggle"
|
||||
id="download-pdf"
|
||||
description={description}
|
||||
overlayProps={{ placement: 'bottom' }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user