1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-12 11:38:00 -05:00

Update web_src/js/features/comp/ComboMarkdownEditor.js

Typo
This commit is contained in:
FermeLeLundi 2024-11-28 10:26:12 +00:00
parent 99de40b73e
commit 01e1bc0cb8

View file

@ -189,7 +189,7 @@ class ComboMarkdownEditor {
const newTableModal = document.querySelector(`div[data-markdown-table-modal-id="${elementId}"]`);
const form = newTableModal.querySelector('div[data-selector-name="form"]');
// Vaildate input fields
// Validate input fields
for (const currentInput of form.querySelectorAll('input')) {
if (!currentInput.checkValidity()) {
currentInput.reportValidity();