Merge branch 'master' of github.com:syuilo/misskey
This commit is contained in:
		
						commit
						8297f8ccd0
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -1,8 +1,8 @@
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
	"name": "misskey",
 | 
						"name": "misskey",
 | 
				
			||||||
	"author": "syuilo <i@syuilo.com>",
 | 
						"author": "syuilo <i@syuilo.com>",
 | 
				
			||||||
	"version": "3.1.0",
 | 
						"version": "3.1.1",
 | 
				
			||||||
	"clientVersion": "1.0.6526",
 | 
						"clientVersion": "1.0.6528",
 | 
				
			||||||
	"codename": "nighthike",
 | 
						"codename": "nighthike",
 | 
				
			||||||
	"main": "./built/index.js",
 | 
						"main": "./built/index.js",
 | 
				
			||||||
	"private": true,
 | 
						"private": true,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,7 +18,7 @@ export default (os) => (opts) => {
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}).$mount();
 | 
						}).$mount();
 | 
				
			||||||
	vm.$once('cancel', recover);
 | 
						vm.$once('cancel', recover);
 | 
				
			||||||
	vm.$once('note', recover);
 | 
						vm.$once('posted', recover);
 | 
				
			||||||
	document.body.appendChild(vm.$el);
 | 
						document.body.appendChild(vm.$el);
 | 
				
			||||||
	(vm as any).focus();
 | 
						(vm as any).focus();
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue