mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-06 07:51:39 -05:00
Fix input_request client handler
This commit is contained in:
parent
134167e65e
commit
dc336ae638
1 changed files with 2 additions and 1 deletions
|
@ -911,7 +911,8 @@ user. Otherwise `read-from-minibuffer' is used."
|
|||
(read-from-minibuffer prompt))
|
||||
(with-timeout-unsuspend timeout-spec)))
|
||||
(quit ""))))
|
||||
(jupyter-mlet* ((_ (jupyter-request "input" :value value)))
|
||||
(unwind-protect
|
||||
(jupyter-send client (jupyter-input-reply :value value))
|
||||
(when (eq password t)
|
||||
(clear-string value)))
|
||||
value)))
|
||||
|
|
Loading…
Add table
Reference in a new issue