Skip to content

Commit

Permalink
Merge pull request #11 from Exabyte-io/feature/SOF-4597
Browse files Browse the repository at this point in the history
Feature/sof 4597
  • Loading branch information
fluoxe7ine committed Jun 2, 2022
2 parents f1fe8f3 + 0bd1ae2 commit 8598da2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions editor/js/Menubar.js
@@ -1,6 +1,6 @@
import { UIPanel } from './libs/ui.js';

// import { MenubarAdd } from './Menubar.Add.js';
import { MenubarAdd } from './Menubar.Add.js';
import { MenubarEdit } from './Menubar.Edit.js';
import { MenubarFile } from './Menubar.File.js';
//import { MenubarExamples } from './Menubar.Examples.js';
Expand All @@ -16,7 +16,7 @@ function Menubar( editor ) {

container.add( new MenubarFile( editor ) );
container.add( new MenubarEdit( editor ) );
// container.add( new MenubarAdd( editor ) );
container.add( new MenubarAdd( editor ) );
// container.add( new MenubarPlay( editor ) );
// container.add( new MenubarExamples( editor ) );
// container.add( new MenubarView( editor ) );
Expand Down
9 changes: 6 additions & 3 deletions editor/js/Toolbar.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8598da2

Please sign in to comment.