Benoit Coudour

Results 8 comments of Benoit Coudour

We also ran into this issue. When will this be merged ?

I'm surprised no one else is talking about this issue. Not only does it lose focus when clicking nodes, but also when editing the machine. I think its every time...

Here I'm trying to type "Trying to name this state". As you can see, it loses focus. [Focus is lost](https://user-images.githubusercontent.com/54471255/188412517-a82c4899-46b7-40b7-969d-a31090afad31.webm) I'm pretty sure the issue is : debounce on the...

Disabling the autosave feature from vscode is a workaround ![image](https://user-images.githubusercontent.com/54471255/188488457-ed950c99-3e46-43c5-b790-2f16fb4382a3.png)

"ETA" could be changed to something more meaningfull : deplets in, or something like that.

We should ask a native speaker tbh

I can confirm this works using fetch : ``` const formData = new FormData() formData.append('file', file) await fetch(`/api/files/${fileId}`, { method: "PUT", body: formData, headers: { 'Authorization': `Bearer ${token}`, } })...

What's the work around ? I'm trying to implement a pdf renderer for a dynamic html page that may contain any number of SVG images mixed with text, tables etc......