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}
|
value={page.content as Content}
|
||||||
placeholder="Add content..."
|
placeholder="Add content..."
|
||||||
output="json"
|
output="json"
|
||||||
throttleDelay={3000}
|
throttleDelay={1000}
|
||||||
editorProps={{ handleKeyDown: handleContentKeyDown }}
|
editorProps={{ handleKeyDown: handleContentKeyDown }}
|
||||||
onCreate={handleCreate}
|
onCreate={handleCreate}
|
||||||
onUpdate={updatePageContent}
|
onUpdate={updatePageContent}
|
||||||
|
|||||||
Reference in New Issue
Block a user