Skip to content

Commit

Permalink
fix(ui5-dialog): Remove dir getter
Browse files Browse the repository at this point in the history
  • Loading branch information
TeodorTaushanov committed Apr 1, 2021
1 parent f685715 commit eb252ba
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/main/src/Popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -514,10 +514,6 @@ class Popup extends UI5Element {
return this.shadowRoot.querySelector(".ui5-popup-root");
}

get dir() {
return getRTL() ? "rtl" : "ltr";
}

get styles() {
return {
root: {},
Expand Down

0 comments on commit eb252ba

Please sign in to comment.