mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Fix "ref-issue" handling in markup (#35739)
This is a follow up for #35662, and also fix #31181, help #30275, fix #31161
This commit is contained in:
		| @@ -5,7 +5,6 @@ import '../../node_modules/easymde/dist/easymde.min.css'; // TODO: lazy load in | ||||
| import {initHtmx} from './htmx.ts'; | ||||
| import {initDashboardRepoList} from './features/dashboard.ts'; | ||||
| import {initGlobalCopyToClipboardListener} from './features/clipboard.ts'; | ||||
| import {initContextPopups} from './features/contextpopup.ts'; | ||||
| import {initRepoGraphGit} from './features/repo-graph.ts'; | ||||
| import {initHeatmap} from './features/heatmap.ts'; | ||||
| import {initImageDiff} from './features/imagediff.ts'; | ||||
| @@ -97,7 +96,6 @@ const initPerformanceTracer = callInitFunctions([ | ||||
|   initHeadNavbarContentToggle, | ||||
|   initFootLanguageMenu, | ||||
|  | ||||
|   initContextPopups, | ||||
|   initHeatmap, | ||||
|   initImageDiff, | ||||
|   initMarkupAnchors, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user