Block editor.
Specify proper path for the images (including the trashcan).
This commit is contained in:
Родитель
f8ea1a415a
Коммит
5ceecd4182
|
@ -312,7 +312,8 @@ module TDev {
|
|||
|
||||
Blockly.inject($("#editor")[0], {
|
||||
toolbox: $("#blockly-toolbox")[0],
|
||||
scrollbars: true
|
||||
scrollbars: true,
|
||||
media: "./media/",
|
||||
});
|
||||
loadBlockly(message.script.scriptText);
|
||||
// Hack alert! Blockly's [fireUiEvent] function [setTimeout]'s (with a 0 delay) the actual
|
||||
|
|
Загрузка…
Ссылка в новой задаче