mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Update JS dependencies (#27922)
- Update all JS dependencies minus @mcaptcha/vanilla-glue (unsolved error, see https://github.com/mCaptcha/glue/issues/65) - Migrate deprecated eslint rules to `@stylistic/eslint-plugin-js` - Enable and autofix `@stylistic/js/no-multiple-empty-lines` - Regenerate poetry.lock with latest poetry - Tested Mermaid, Swagger, Citation, Vue
This commit is contained in:
		@@ -60,7 +60,6 @@ function initEditorForm() {
 | 
			
		||||
  initEditDiffTab($('.repository .edit.form'));
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
function getCursorPosition($e) {
 | 
			
		||||
  const el = $e.get(0);
 | 
			
		||||
  let pos = 0;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user