witten
/
luminotes
Archived
1
0
Fork 0

Autoselect title field text in link pulldowns when clicked.

This commit is contained in:
Dan Helfman 2007-08-16 20:17:14 +00:00
parent 8f8f0a2262
commit a6182dffeb
1 changed files with 1 additions and 0 deletions

View File

@ -1018,6 +1018,7 @@ Link_pulldown.prototype.display_preview = function ( title, contents ) {
}
Link_pulldown.prototype.title_field_clicked = function ( event ) {
this.title_field.select();
event.stop();
}