@ohhwells/bridge 0.1.88 → 0.1.89
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/dist/index.cjs +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1949,6 +1949,7 @@ function findTemplateSection(id) {
|
|
|
1949
1949
|
return null;
|
|
1950
1950
|
}
|
|
1951
1951
|
function findPlacementAnchor(id, exclude) {
|
|
1952
|
+
if (CHROME_SECTION_IDS.has(id)) return null;
|
|
1952
1953
|
for (const el of document.querySelectorAll(`[data-ohw-section="${CSS.escape(id)}"]`)) {
|
|
1953
1954
|
if (el === exclude) continue;
|
|
1954
1955
|
if (el.parentElement?.closest("[data-ohw-section]")) continue;
|
|
@@ -21302,7 +21303,7 @@ function OhhwellsBridge() {
|
|
|
21302
21303
|
postToParent2({
|
|
21303
21304
|
type: "ow:ready",
|
|
21304
21305
|
version: "1",
|
|
21305
|
-
bridgeVersion: "0.1.
|
|
21306
|
+
bridgeVersion: "0.1.88",
|
|
21306
21307
|
path: pathname,
|
|
21307
21308
|
nodes: collectEditableNodes(editContentRef.current),
|
|
21308
21309
|
sections
|