sr-npm 1.7.1034 → 1.7.1035

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": "sr-npm",
3
- "version": "1.7.1034",
3
+ "version": "1.7.1035",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -381,7 +381,6 @@ function getValueFromValueId(valueIds,value) {
381
381
  function updateOptionsUI(_$w,fieldTitle, fieldId, searchQuery,clearAll=false) {
382
382
  let base = optionsByFieldId.get(fieldId) || [];
383
383
  const countsMap = countsByFieldId.get(fieldId) || new Map();
384
-
385
384
  if(dontUpdateThisCheckBox===fieldId && !clearAll)
386
385
  {
387
386
  dontUpdateThisCheckBox=null;