Bug 592299 - Bookmarks context menu should not appear if the current bookmark is in edit mode [r=mfinkle]

This commit is contained in:
Vivien Nicolas 2010-08-31 23:48:34 +02:00
Родитель 2f7aafeae1
Коммит 5bcc515fb5
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -358,7 +358,7 @@
</handler>
<handler event="contextmenu" phase="capturing">
<![CDATA[
if (!this.uri)
if (!this.uri || this._isEditing)
return;
let data = {