File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 5
5
aria-modal =" {{ _ariaModal }} "
6
6
aria-label =" {{ _ariaLabel }} "
7
7
aria-labelledby =" {{ _ariaLabelledBy }} "
8
- dir =" {{ dir }} "
8
+ dir =" {{ effectiveDir }} "
9
9
tabindex =" -1"
10
10
@keydown ={{ _onkeydown }}
11
11
@focusout ={{ _onfocusout }}
Original file line number Diff line number Diff line change 1
1
import { renderFinished } from "@ui5/webcomponents-base/dist/Render.js" ;
2
2
import litRender from "@ui5/webcomponents-base/dist/renderer/LitRenderer.js" ;
3
- import { getRTL } from "@ui5/webcomponents-base/dist/config/RTL.js" ;
4
3
import UI5Element from "@ui5/webcomponents-base/dist/UI5Element.js" ;
5
4
import { getFirstFocusableElement , getLastFocusableElement } from "@ui5/webcomponents-base/dist/util/FocusableElements.js" ;
6
5
import createStyleInHead from "@ui5/webcomponents-base/dist/util/createStyleInHead.js" ;
@@ -514,10 +513,6 @@ class Popup extends UI5Element {
514
513
return this . shadowRoot . querySelector ( ".ui5-popup-root" ) ;
515
514
}
516
515
517
- get dir ( ) {
518
- return getRTL ( ) ? "rtl" : "ltr" ;
519
- }
520
-
521
516
get styles ( ) {
522
517
return {
523
518
root : { } ,
You can’t perform that action at this time.
0 commit comments