polarvo-layout 1.0.60 → 1.0.61

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polarvo-layout",
3
- "version": "1.0.60",
3
+ "version": "1.0.61",
4
4
  "type": "module",
5
5
  "author": "unigence <unigencelab@gmail.com>",
6
6
  "repository": {
@@ -333,6 +333,7 @@ class EngineManager {
333
333
 
334
334
  const prevGridRatio = $prev?.gridRatio || { column: [100], row: [100] };
335
335
  this._updateElementsScaleByRatio('column', prevGridRatio, $gridRatio);
336
+ this._updateElementsScaleByRatio('row', prevGridRatio, $gridRatio);
336
337
 
337
338
  nextTick(() => {
338
339
  this.eventBus.emit('system:historyCheckpoint', {