@datarailsshared/dr_renderer 1.2.74 → 1.2.75

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": "@datarailsshared/dr_renderer",
3
- "version": "1.2.74",
3
+ "version": "1.2.75",
4
4
  "description": "DataRails charts and tables renderer",
5
5
  "keywords": [
6
6
  "datarails",
@@ -88,9 +88,7 @@ let getPublishedItemsRenderer = function (publishedItemsRenderer) {
88
88
  }
89
89
  }
90
90
 
91
- publishedItemsRenderer.changedAutoResize = function (new_auto_resize, options, window, document) {
92
- if (options.autoResize !== new_auto_resize) {
93
- options.autoResize = new_auto_resize;
91
+ publishedItemsRenderer.changedAutoResize = function (options, window, document) {
94
92
  if (!options.autoResize) {
95
93
  publishedItemsRenderer.resetTableZoom(document);
96
94
  } else {
@@ -100,7 +98,6 @@ let getPublishedItemsRenderer = function (publishedItemsRenderer) {
100
98
  }, 100);
101
99
  }
102
100
  }
103
- }
104
101
  }
105
102
 
106
103
  publishedItemsRenderer.changedInputValue = function (firstTime, scope, options) {