mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
chore: throttle from 3s to 1s
This commit is contained in:
@@ -258,7 +258,7 @@ const DetailPageForm = React.memo(({ page }: { page: PersonalPage }) => {
|
||||
value={page.content as Content}
|
||||
placeholder="Add content..."
|
||||
output="json"
|
||||
throttleDelay={3000}
|
||||
throttleDelay={1000}
|
||||
editorProps={{ handleKeyDown: handleContentKeyDown }}
|
||||
onCreate={handleCreate}
|
||||
onUpdate={updatePageContent}
|
||||
|
||||
Reference in New Issue
Block a user