(tagInput)
| 19540 | |
| 19541 | // Send the response back to main process |
| 19542 | window.electron.send('native-prompt-response', { |
| 19543 | value: value, |
| 19544 | canceled: value === null |
| 19545 | }); |
| 19546 | }); |
| 19547 | |
| 19548 | // Add implementation of autoSaveModel function |
| 19549 | async function autoSaveModel(field, value, filePath) { |
| 19550 | try { |
| 19551 | if (!filePath) { |