Skip to content

Commit

Permalink
remove line
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Nov 6, 2023
1 parent aa87dd2 commit 182a96e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/devextreme/js/ui/text_box/ui.text_editor.label.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,6 @@ class TextEditorLabel {

if(this._isVisible() && this._isOutsideMode()) {
const sign = this._props.editor.option('rtlEnabled') ? 1 : -1;

this._$labelSpan.css('transform', ' translateX(' + sign * this._$before.width() + 'px)');
this._$labelSpan.css('transform', 'translateX(' + sign * getWidth(this._$before) + 'px)');
}
}
Expand Down

0 comments on commit 182a96e

Please sign in to comment.