This repository was archived by the owner on Mar 17, 2025. It is now read-only.
Commit 446b449
committed
Fix debounce usage in FirebaseObject
A new debounced function was being created on every call to `scopeUpdated()`.
That's probably not what we want. Instead create it once and call the same
instance on every update.1 parent 6ed1fc1 commit 446b449
1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
337 | 342 | | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | 343 | | |
343 | 344 | | |
344 | 345 | | |
| |||
0 commit comments