Fix input_request client handler

This commit is contained in:
Nathaniel Nicandro 2020-09-12 14:48:43 -05:00
parent 134167e65e
commit dc336ae638

View file

@ -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)))