Commit f89555f
committed
Fix issue with fast delete of field content
When a field content is deleted too quickly (before the sync mechanism
happens), an exception is raised in the Python side.
This behavior doesn't occur if you type a value in a field, wait a
little bit that the sync happens, and delete it.
What's happening is that the code related to the netpyne field tries to
delete a key that doesn't exists yet (see the video below).
The fix removes this behavior (see video below)1 parent e9f7d5e commit f89555f
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
50 | 54 | | |
51 | 55 | | |
52 | 56 | | |
| |||
0 commit comments