Merge pull request #2906 from jmoenig/make-speech-bubbles-persistent

Default to making speech bubbles persisnt until clicked
snap7
Jens Mönig 2021-11-14 16:59:05 +01:00 zatwierdzone przez GitHub
commit 11a05969a6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
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)),