wip
This commit is contained in:
		
							parent
							
								
									0c0f822df7
								
							
						
					
					
						commit
						3e201c21e7
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -196,7 +196,7 @@ export default Vue.extend({
 | 
			
		|||
		},
 | 
			
		||||
 | 
			
		||||
		newWindow() {
 | 
			
		||||
			this.browser.newWindow(this.folder.id);
 | 
			
		||||
			this.browser.newWindow(this.folder);
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		rename() {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -375,10 +375,10 @@ export default Vue.extend({
 | 
			
		|||
			}
 | 
			
		||||
		},
 | 
			
		||||
 | 
			
		||||
		newWindow(folderId) {
 | 
			
		||||
		newWindow(folder) {
 | 
			
		||||
			document.body.appendChild(new MkDriveWindow({
 | 
			
		||||
				propsData: {
 | 
			
		||||
					folder: folderId
 | 
			
		||||
					folder: folder
 | 
			
		||||
				}
 | 
			
		||||
			}).$mount().$el);
 | 
			
		||||
		},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue