mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Add support for 3D/CAD file formats preview (#34794)
Fix #34775 --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
		| @@ -19,7 +19,7 @@ import {initRepoIssueContentHistory} from './features/repo-issue-content.ts'; | ||||
| import {initStopwatch} from './features/stopwatch.ts'; | ||||
| import {initFindFileInRepo} from './features/repo-findfile.ts'; | ||||
| import {initMarkupContent} from './markup/content.ts'; | ||||
| import {initPdfViewer} from './render/pdf.ts'; | ||||
| import {initRepoFileView} from './features/file-view.ts'; | ||||
| import {initUserAuthOauth2, initUserCheckAppUrl} from './features/user-auth.ts'; | ||||
| import {initRepoPullRequestAllowMaintainerEdit, initRepoPullRequestReview, initRepoIssueSidebarDependency, initRepoIssueFilterItemLabel} from './features/repo-issue.ts'; | ||||
| import {initRepoEllipsisButton, initCommitStatuses} from './features/repo-commit.ts'; | ||||
| @@ -159,10 +159,11 @@ onDomReady(() => { | ||||
|     initUserAuthWebAuthnRegister, | ||||
|     initUserSettings, | ||||
|     initRepoDiffView, | ||||
|     initPdfViewer, | ||||
|     initColorPickers, | ||||
|  | ||||
|     initOAuth2SettingsDisableCheckbox, | ||||
|  | ||||
|     initRepoFileView, | ||||
|   ]); | ||||
|  | ||||
|   // it must be the last one, then the "querySelectorAll" only needs to be executed once for global init functions. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kerwin Bryant
					Kerwin Bryant