kopia lustrzana https://github.com/backface/turtlestitch
fix exporting a script pic from inside a block editor
rodzic
c56f5f6d0d
commit
e1f3b9be8f
|
@ -2338,7 +2338,8 @@ BlockMorph.prototype.userMenu = function () {
|
|||
menu.addItem(
|
||||
"script pic...",
|
||||
function () {
|
||||
var ide = myself.parentThatIsA(IDE_Morph);
|
||||
var ide = myself.parentThatIsA(IDE_Morph) ||
|
||||
myself.parentThatIsA(BlockEditorMorph).ide;
|
||||
ide.saveCanvasAs(
|
||||
myself.topBlock().scriptPic(),
|
||||
ide.projetName || localize('Untitled') + ' ' +
|
||||
|
|
Ładowanie…
Reference in New Issue