mirror of
https://github.com/He4eT/cheap-glkote.git
synced 2026-05-05 00:47:28 +00:00
stdio: fix the fileref_prompt implementation
This commit is contained in:
parent
528e7ae729
commit
74b8e7ef2f
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ const onUpdateWindows = windows => {
|
|||
}
|
||||
|
||||
const onUpdateInputs = data => {
|
||||
if (data.length === 0) return null
|
||||
const { id, type } = data[0]
|
||||
|
||||
currentWindowId = id
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue