mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
Add Activities
This adds a new Activities tab list and view similar to VS code. The Explorer and Settings are migrated to this view.
This commit is contained in:
@@ -410,7 +410,7 @@ const Editor: React.VFC = () => {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className="h-100" onContextMenu={preventBrowserNativeContextMenu}>
|
||||
<div className="pb-editor" onContextMenu={preventBrowserNativeContextMenu}>
|
||||
<EditorTabs onChange={() => editor?.focus()} i18n={i18n} />
|
||||
<ResizeSensor2 onResize={() => editor?.layout()}>
|
||||
<ContextMenu2
|
||||
|
||||
Reference in New Issue
Block a user