Spaces:
Runtime error
Runtime error
Update src/addons/generated/addon-manifests.js
Browse files
src/addons/generated/addon-manifests.js
CHANGED
@@ -5,6 +5,7 @@ import _ScratchHighlightFullwidthNumber from "../addons/cat-blocks/_manifest_ent
|
|
5 |
import _debug_console from "../addons/debug-console/_manifest_entry.js";
|
6 |
import _editor_devtools from "../addons/ScratchHighlightFullwidthNumber/_manifest_entry.js";
|
7 |
import _find_bar from "../addons/find-bar/_manifest_entry.js";
|
|
|
8 |
import _middle_click_popup from "../addons/middle-click-popup/_manifest_entry.js";
|
9 |
import _editor_block_chomping from "../addons/editor-block-chomping/_manifest_entry.js";
|
10 |
import _jump_to_def from "../addons/jump-to-def/_manifest_entry.js";
|
@@ -78,6 +79,7 @@ import _save_to_google from "../addons/save-to-google/_manifest_entry.js";
|
|
78 |
export default {
|
79 |
"paint-gradient-maker": _paint_gradient_maker,
|
80 |
"paint-rounded-rect-seperate": _paint_rounded_rect_seperate,
|
|
|
81 |
"paint-default-smoothing": _paint_default_smoothing,
|
82 |
"toolbox-full-blocks-on-hover": _toolbox_full_blocks_on_hover,
|
83 |
"waveform-chunk-size": _waveform_chunk_size,
|
|
|
5 |
import _debug_console from "../addons/debug-console/_manifest_entry.js";
|
6 |
import _editor_devtools from "../addons/ScratchHighlightFullwidthNumber/_manifest_entry.js";
|
7 |
import _find_bar from "../addons/find-bar/_manifest_entry.js";
|
8 |
+
import _paint_tool_panel from "../addons/paint-tool-panel/_manifest_entry.js";
|
9 |
import _middle_click_popup from "../addons/middle-click-popup/_manifest_entry.js";
|
10 |
import _editor_block_chomping from "../addons/editor-block-chomping/_manifest_entry.js";
|
11 |
import _jump_to_def from "../addons/jump-to-def/_manifest_entry.js";
|
|
|
79 |
export default {
|
80 |
"paint-gradient-maker": _paint_gradient_maker,
|
81 |
"paint-rounded-rect-seperate": _paint_rounded_rect_seperate,
|
82 |
+
"paint-tool-panel": _paint_tool_panel,
|
83 |
"paint-default-smoothing": _paint_default_smoothing,
|
84 |
"toolbox-full-blocks-on-hover": _toolbox_full_blocks_on_hover,
|
85 |
"waveform-chunk-size": _waveform_chunk_size,
|