b=278599, focus doesn't switch to content area after clicking on bookmark from sidebar, r+a=mconnor

git-svn-id: svn://10.0.0.236/trunk@176668 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladimir%pobox.com
2005-07-27 14:20:02 +00:00
parent 30114fa431
commit a8e4654a59

View File

@@ -572,10 +572,6 @@
}
var browserTarget = whereToOpenLink(aEvent);
BookmarksCommand.openBookmark(selection, browserTarget, this.db);
// give focus back to this; openBookmark/openLocation steals it and gives it
// to the browser content. This is to make things like cut/copy/etc. behave sanely
// in the bookmarks sidebar.
this.focus();
]]></body>
</method>