Skip to content

Commit

Permalink
Merge pull request #2864 from entrylabs/issue/8866
Browse files Browse the repository at this point in the history
이슈 8866 처리
  • Loading branch information
kimorkim authored Nov 12, 2024
2 parents 3d9240f + 0dfdc95 commit 60ac480
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions extern/util/static_mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,16 @@ EntryStatic.searchProjectOption = [
},
];

EntryStatic.variableBlockList = [
'get_variable',
'change_variable',
'set_variable',
'show_variable',
'hide_variable',
];

EntryStatic.messageBlockList = ['when_message_cast', 'message_cast', 'message_cast_wait'];

EntryStatic.getAllBlocks = function () {
return [
{
Expand All @@ -134,8 +144,10 @@ EntryStatic.getAllBlocks = function () {
'mouse_clicked',
'mouse_click_cancled',
'when_object_click',
'when_object_click_canceled',
'when_message_cast',
'message_cast',
'message_cast_wait',
],
},
{
Expand Down

0 comments on commit 60ac480

Please sign in to comment.