forked from mirrors/gecko-dev
		
	Bug 1918853 - Mark the Paste contextmenu as tabspecific. a=RyanVM
Original Revision: https://phabricator.services.mozilla.com/D222596 Differential Revision: https://phabricator.services.mozilla.com/D222919
This commit is contained in:
		
							parent
							
								
									524cb8f30a
								
							
						
					
					
						commit
						ecae0a5319
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -163,6 +163,7 @@ export var ClipboardContextMenu = { | |||
| 
 | ||||
|     let menupopup = aChromeDoc.createXULElement("menupopup"); | ||||
|     menupopup.id = this.MENU_POPUP_ID; | ||||
|     menupopup.setAttribute("tabspecific", "true"); | ||||
|     menupopup.appendChild(menuitem); | ||||
|     return menupopup; | ||||
|   }, | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Tom Schuster
						Tom Schuster