From e2d8fe8ae48d5216767a55b0ef1a0828ecd8d187 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sun, 29 Jun 2008 20:38:37 -0700 Subject: [PATCH] Selecting a suggestion within the link pulldown no longer causes Editor.end_link() to be called. --- static/js/Wiki.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/js/Wiki.js b/static/js/Wiki.js index e5efc71..db0b315 100644 --- a/static/js/Wiki.js +++ b/static/js/Wiki.js @@ -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