mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-26 05:33:52 +03:00
Update web_src/js/features/comp/ComboMarkdownEditor.js
Typo
This commit is contained in:
parent
99de40b73e
commit
01e1bc0cb8
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue