inline-style-editor 1.3.4 → 1.3.5

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": "inline-style-editor",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
4
4
  "description": "Update CSS rules or add inline style to elements visualy",
5
5
  "scripts": {
6
6
  "build": "rollup --config",
@@ -232,7 +232,6 @@
232
232
  bringableToFront = [];
233
233
  allTypes = [];
234
234
  allRules = [];
235
- console.log(getElems, getElems(el));
236
235
  if (getElems) targetsToSearch = getElems(el);
237
236
  else targetsToSearch = [[el, 'Clicked']];
238
237
  allTypes = getEditableTypes(targetsToSearch);