提交 d7b8a962 编写于 作者: M Mugen87

Editor: Fix drag/drop in Outliner.

上级 9edcc249
......@@ -233,6 +233,7 @@ var UIOutliner = function ( editor ) {
}, false );
this.dom = dom;
this.editor = editor;
this.options = [];
this.selectedIndex = - 1;
......@@ -369,6 +370,7 @@ UIOutliner.prototype.setOptions = function ( options ) {
if ( newParentIsChild ) return;
var editor = scope.editor;
editor.execute( new MoveObjectCommand( editor, object, newParent, nextObject ) );
var changeEvent = document.createEvent( 'HTMLEvents' );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册