Skip to content

Commit 758acb1

Browse files
committed
Revert accidental change from 8d55eab
1 parent ef4fc63 commit 758acb1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/RenderWebGL.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,6 +1674,8 @@ class RenderWebGL extends EventEmitter {
16741674
const id = candidateIDs[index];
16751675
if (id !== drawableID) {
16761676
const drawable = this._allDrawables[id];
1677+
// Text bubbles aren't considered in "touching" queries
1678+
if (drawable.skin instanceof TextBubbleSkin) continue;
16771679
if (drawable.skin && drawable._visible) {
16781680
// If private skin access is disabled, do not allow projects to use touching blocks to guess the
16791681
// contents of a private skin.

0 commit comments

Comments
 (0)