witten
/
luminotes
Archived
1
0
Fork 0

Fixed a bug in which hiding a focused note could (temporarily) leave an empty gap at the bottom of the page.

This commit is contained in:
Dan Helfman 2009-01-29 12:18:57 -08:00
parent 25186fd3fc
commit 3fd6a5f941
2 changed files with 2 additions and 3 deletions

3
NEWS
View File

@ -1,5 +1,6 @@
1.6.1:
*
* Fixed a bug in which hiding a focused note could (temporarily) leave an
empty gap at the bottom of the page.
1.6.0: January 27, 2009
* Switching between notebooks and loading notebooks is now much faster.

View File

@ -1512,8 +1512,6 @@ Wiki.prototype.hide_editor = function ( event, editor ) {
this.clear_messages();
this.clear_pulldowns();
if ( editor == this.focused_editor )
this.focused_editor = null;
if ( this.focused_editor )
this.editor_focused( null );