mirror of
https://github.com/purocean/yn.git
synced 2026-09-24 15:46:02 +08:00
feat: add maxlength property to input modal
This commit is contained in:
@@ -205,6 +205,7 @@ export async function createDoc (doc: Optional<Pick<Doc, 'repo' | 'path' | 'cont
|
||||
}
|
||||
}),
|
||||
value: newFilename,
|
||||
maxlength: 255,
|
||||
select: true,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user