Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo/redo don't work on the Lite Playground after rerunning #7942

Closed
1 task done
whitphx opened this issue Apr 5, 2024 · 0 comments 路 Fixed by #8693
Closed
1 task done

Undo/redo don't work on the Lite Playground after rerunning #7942

whitphx opened this issue Apr 5, 2024 · 0 comments 路 Fixed by #8693
Labels
bug Something isn't working gradio-lite Related to the @gradio/lite library

Comments

@whitphx
Copy link
Member

whitphx commented Apr 5, 2024

Describe the bug

While undo/redo (cmd+z/cmd+shift+z on mac) work in the code editor of Lite Playground usually,
they don't work or the edit history is discarded after re-running.

Have you searched existing issues? 馃攷

  • I have searched and found no existing issues

Reproduction

<gradio-lite playground>
import gradio as gr

gr.Interface(
	fn=lambda x: x,
	inputs=gr.Textbox(),
	outputs=gr.Textbox()
).launch()
</gradio-lite>

Screenshot

No response

Logs

No response

System Info

Gradio-Lite (`8250a1a`)

Severity

I can work around it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gradio-lite Related to the @gradio/lite library
Projects
None yet
1 participant