saby-customizer 0.0.0-pre.36 → 0.0.0-pre.37

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.
@@ -132,9 +132,13 @@ class ToolbarContainer extends oom.extends(HTMLElement, optionsDefaults) {
132
132
 
133
133
  if (popupContainer) {
134
134
  this.observer.observe(popupContainer, { childList: true, subtree: true })
135
+ } else {
136
+ console.warn('saby-customizer - Не найден контейнер: "registerTaskPanelWatcher:popupContainer"')
135
137
  }
136
138
  if (pageEntityContainer) {
137
139
  this.observer.observe(pageEntityContainer, { childList: true, subtree: true })
140
+ } else {
141
+ console.warn('saby-customizer - Не найден контейнер: "registerTaskPanelWatcher:pageEntityContainer"')
138
142
  }
139
143
  }
140
144
 
package/package.json CHANGED
@@ -9,7 +9,7 @@
9
9
  },
10
10
  "repository": "github:saby-customizer/saby-customizer.github.io",
11
11
  "license": "Unlicense",
12
- "version": "0.0.0-pre.36",
12
+ "version": "0.0.0-pre.37",
13
13
  "type": "module",
14
14
  "main": "./userscript.js",
15
15
  "exports": {