We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99fa7a7 commit 5362c5fCopy full SHA for 5362c5f
src/components/hint/index.tsx
@@ -533,7 +533,9 @@ class Hint extends Component<HintProps, HintState> {
533
const layout = {
534
...this.getContainerPosition(),
535
width: this.targetLayout?.width,
536
- height: this.targetLayout?.height
+ height: this.targetLayout?.height,
537
+ right: Constants.isRTL ? this.targetLayout?.x : undefined,
538
+ left: Constants.isRTL ? undefined : this.targetLayout?.x
539
};
540
541
return (
0 commit comments