提交 158f8b51 编写于 作者: M Mr.doob

Editor: Fix sidebar covering menubar.

上级 4919cedd
......@@ -192,12 +192,12 @@
var player = new Player( editor );
document.body.appendChild( player.dom );
var menubar = new Menubar( editor );
document.body.appendChild( menubar.dom );
var sidebar = new Sidebar( editor );
document.body.appendChild( sidebar.dom );
var menubar = new Menubar( editor );
document.body.appendChild( menubar.dom );
//
editor.setTheme( editor.config.getKey( 'theme' ) );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册