Skip to content

Commit

Permalink
fix(rtl-option): change 'dir' target
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisha0 committed Dec 21, 2021
1 parent 4f2f86c commit 4c9a2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/preview/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class UIPPreview extends UIPPlugin {

protected connectedCallback() {
super.connectedCallback();
if (this.root) this.dir = this.root.direction;
if (this.root) this.$inner.dir = this.root.direction;

this.bindEvents();
}
Expand Down

0 comments on commit 4c9a2d5

Please sign in to comment.