@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.
@@ -1802,7 +1802,7 @@ var Splitter = /** @__PURE__ @class */ (function (_super) {
1802
1802
  this.border = 0;
1803
1803
  var border = this.orientation === 'Horizontal' ? ((this.element.offsetWidth - this.element.clientWidth) / 2) :
1804
1804
  (this.element.offsetHeight - this.element.clientHeight) / 2;
1805
- this.border = Browser.info.name !== 'chrome' ? this.border : border;
1805
+ this.border = border;
1806
1806
  };
1807
1807
  Splitter.prototype.onMouseMove = function (e) {
1808
1808
  if (!this.isCursorMoved(e)) {