mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-27 07:36:01 +00:00
Update IPC.js
This commit is contained in:
@@ -241,6 +241,7 @@ const ipc_listener = async (event, handled) => {
|
||||
const prompt_resp = await UIPrompt({
|
||||
message: html_encode(event.data.message),
|
||||
placeholder: html_encode(event.data.placeholder),
|
||||
defaultValue: event.data.options?.defaultValue,
|
||||
window_options: {
|
||||
parent_uuid: event.data.appInstanceID,
|
||||
disable_parent_window: true,
|
||||
|
||||
Reference in New Issue
Block a user