Default to making speech bubbles persisnt until clicked

snap7
Michael Ball 2021-11-02 16:54:27 -07:00
rodzic c852c9849f
commit b3ec2b8fa6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2158,7 +2158,7 @@ SyntaxElementMorph.prototype.showBubble = function (value, exportPic, target) {
txt,
img,
morphToShow,
isClickable = false,
isClickable = true,
ide = this.parentThatIsA(IDE_Morph) || target.parentThatIsA(IDE_Morph),
anchor = this,
pos = this.rightCenter().add(new Point(2, 0)),