Only open urlbar history on left click.

This commit is contained in:
blakeross%telocity.com 2002-10-09 22:09:35 +00:00
Родитель 182a87baf2
Коммит 8bf8ccc6c2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -682,7 +682,7 @@
</implementation>
<handlers>
<handler event="mousedown"><![CDATA[
<handler event="mousedown" button="0"><![CDATA[
this.showPopup();
]]></handler>
</handlers>