fix the bug that causes the unexpected auto scrolling of the script editor when a block is dragged in.
pull/124/head
Simon-Mong 2022-10-29 21:31:15 +08:00 zatwierdzone przez GitHub
rodzic 0234897eed
commit 842c9085e3
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -2472,6 +2472,8 @@ IDE_Morph.prototype.createSpriteEditor = function(){
this.originalCreateSpriteEditor();
this.spriteEditor.color = new Color(240, 240, 240);
this.currentSprite.scripts.color = new Color(240, 240, 240);
this.spriteEditor.mouseEnterDragging = nop;
this.spriteEditor.contents.mouseEnterDragging =nop;
};
/* CORRAL BAR */