mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-11 23:43:24 +09:00
refactor: improve types in the frontend, misc fixes (#39142)
This commit is contained in:
@@ -55,7 +55,7 @@ async function initRepoWikiForm(form: HTMLFormElement) {
|
||||
'unordered-list', 'ordered-list', '|',
|
||||
'link', 'image', 'table', 'horizontal-rule', '|',
|
||||
'preview', 'fullscreen', 'side-by-side', '|', 'gitea-switch-to-textarea',
|
||||
] as any, // to use custom toolbar buttons
|
||||
],
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user