Skip to content

Commit 03ae602

Browse files
committed
bump to staging
1 parent b3d66a3 commit 03ae602

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/lib/screenplay/extensions/orphan-prevention-extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,11 +145,11 @@ async function computeAndDispatch(
145145
gapEl.appendChild(moreElem);
146146
gapEl.appendChild(contElem);
147147
} else if (isStraddling) {
148-
decorations.push(
148+
/*decorations.push(
149149
Decoration.node(start, start + resolved.parent.nodeSize, {
150150
style: "background-color: red;",
151151
}),
152-
);
152+
);*/
153153
}
154154
} catch {
155155
// detached or invalid position — skip

0 commit comments

Comments
 (0)