frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

Find tool needs to be debounced #57

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

On large queries with thousands of nodes, the find tool stalls the website every time it has to reevaluate its results. Its input needs to be debounced to avoid this lag.

frostyfan109 commented 5 years ago

Added.