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() {
 | 
							newWindow() {
 | 
				
			||||||
			this.browser.newWindow(this.folder.id);
 | 
								this.browser.newWindow(this.folder);
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		rename() {
 | 
							rename() {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -375,10 +375,10 @@ export default Vue.extend({
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		newWindow(folderId) {
 | 
							newWindow(folder) {
 | 
				
			||||||
			document.body.appendChild(new MkDriveWindow({
 | 
								document.body.appendChild(new MkDriveWindow({
 | 
				
			||||||
				propsData: {
 | 
									propsData: {
 | 
				
			||||||
					folder: folderId
 | 
										folder: folder
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
			}).$mount().$el);
 | 
								}).$mount().$el);
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue