witten
/
luminotes
Archived
1
0
Fork 0

When you start a link, the link pulldown doesn't show up right away anymore

because many people found this confusing. Instead, now the link pulldown shows
up when you end the link.
This commit is contained in:
Dan Helfman 2007-08-29 23:54:14 +00:00
parent 4e932255a4
commit f53ea0dcbd
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ Wiki.prototype.display_link_pulldown = function ( editor ) {
pulldown.update_position();
// if the cursor is now on a link, display a link pulldown if there isn't already one open
if ( hasElementClass( "createLink", "button_down" ) ) {
if ( link_title( link ).length > 0 ) {
if ( !pulldown ) {
this.clear_pulldowns();
new Link_pulldown( this, this.notebook_id, this.invoker, editor, link );