Skip to content

Commit 754791a

Browse files
yangbin09tdcmeehan
authored andcommitted
Fix Query ID tooltip position in Web UI
Added Bootstrap tooltip initialization in QueryList component's componentDidMount method to ensure tooltips display at correct position instead of top-left corner. Fixes prestodb#24727
1 parent ca49aa0 commit 754791a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presto-ui/src/components/QueryList.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ export class QueryList extends React.Component {
511511

512512
componentDidMount() {
513513
this.refreshLoop();
514+
$('[data-bs-toggle="tooltip"]')?.tooltip?.();
514515
}
515516

516517
handleSearchStringChange(event) {

0 commit comments

Comments
 (0)