mirror of
https://github.com/ocogeclub/ocoge.git
synced 2024-11-22 07:39:49 +00:00
10 lines
299 B
JavaScript
10 lines
299 B
JavaScript
|
(() => {
|
|||
|
let category = workspace.getToolbox().getToolboxItemById('category_sensors');
|
|||
|
category.updateFlyoutContents(flyout_contents.concat([{
|
|||
|
"kind": "label",
|
|||
|
"text": " ",
|
|||
|
"web-line": "4.0",
|
|||
|
"web-line-width": "200"
|
|||
|
}]));
|
|||
|
flyout_contents = [];
|
|||
|
})();
|