witten
/
luminotes
Archived
1
0
Fork 0

Selecting a suggestion within the link pulldown no longer causes Editor.end_link() to be called.

This commit is contained in:
Dan Helfman 2008-06-29 20:38:37 -07:00
parent 6163ee0f63
commit e2d8fe8ae4
1 changed files with 0 additions and 1 deletions

View File

@ -2891,7 +2891,6 @@ Link_pulldown.prototype.title_field_changed = function ( event, note ) {
this.link.href = "/notebooks/" + this.notebook_id + "?note_id=" + note.object_id;
this.suggest_pulldown.shutdown();
this.suggest_pulldown = null;
this.editor.end_link();
this.display_summary( note.title, summarize_html( note.contents, note.title ) );
// otherwise, try to resolve the link title