@syncfusion/ej2-layouts 31.1.17 → 31.1.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1771,7 +1771,7 @@ let Splitter = class Splitter extends Component {
1771
1771
  this.border = 0;
1772
1772
  const border = this.orientation === 'Horizontal' ? ((this.element.offsetWidth - this.element.clientWidth) / 2) :
1773
1773
  (this.element.offsetHeight - this.element.clientHeight) / 2;
1774
- this.border = Browser.info.name !== 'chrome' ? this.border : border;
1774
+ this.border = border;
1775
1775
  }
1776
1776
  onMouseMove(e) {
1777
1777
  if (!this.isCursorMoved(e)) {