Skip to content

Commit

Permalink
Update "position" if smartPosition for tooltip happens
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Andresen committed Nov 22, 2024
1 parent 72f1d44 commit 2ab2b2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Radzen.Blazor/wwwroot/Radzen.Blazor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,7 @@ window.Radzen = {
if(tooltipContent) {
tooltipContent.classList.remove('rz-bottom-left-tooltip-content');
tooltipContent.classList.add('rz-top-left-tooltip-content');
position = 'top';
}
}

Expand Down

0 comments on commit 2ab2b2e

Please sign in to comment.