stdio: fix the fileref_prompt implementation

This commit is contained in:
He4eT 2021-07-19 17:44:05 +05:00
commit 74b8e7ef2f

View file

@ -44,6 +44,7 @@ const onUpdateWindows = windows => {
} }
const onUpdateInputs = data => { const onUpdateInputs = data => {
if (data.length === 0) return null
const { id, type } = data[0] const { id, type } = data[0]
currentWindowId = id currentWindowId = id