Commit 0830fc5b authored by Akikonata's avatar Akikonata

fixed bug

parent 53d60a79
Subproject commit 95a7c76b5880e335a09cb5e7504e1edb8776f17d Subproject commit a9630e638b29633f62cdc2df239bc702118b231a
...@@ -504,9 +504,11 @@ KityMinder.registerModule( "LayoutBottom", function () { ...@@ -504,9 +504,11 @@ KityMinder.registerModule( "LayoutBottom", function () {
Layout.connect = null; Layout.connect = null;
Layout.shicon = null; Layout.shicon = null;
} else { } else {
try {
_buffer[ 0 ].getRenderContainer().remove(); _buffer[ 0 ].getRenderContainer().remove();
Layout.connect.remove(); Layout.connect.remove();
if ( Layout.shicon ) Layout.shicon.remove(); if ( Layout.shicon ) Layout.shicon.remove();
} catch ( error ) {}
} }
_buffer = _buffer.concat( _buffer[ 0 ].getChildren() ); _buffer = _buffer.concat( _buffer[ 0 ].getChildren() );
_buffer.shift(); _buffer.shift();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment