Skip to content

Commit 5b017ac

Browse files
committed
[livemdpreview] fix input type for timeout :/
1 parent 5b4ec70 commit 5b017ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/jupyter_contrib_nbextensions/nbextensions/livemdpreview/livemdpreview.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,7 @@ Parameters:
1515
- name: livemdpreview.timeout
1616
description: |
1717
Minimum time between edits to the markdown source & updating its output
18-
input_type: checkbox
18+
input_type: number
1919
default: 500
20+
min: 10
21+
step: 10

0 commit comments

Comments
 (0)