You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to use underscore.js's _.throttle method to get the performance increased. This had some side effects (like if you let go before it would let the 'dragOver' event function execute) but they were pretty simple to resolve. It all works fantastically now, but built in throttling might be a good idea to keep in mind for feature enhancements. Especially if you could guarantee the first execution of the function call.
If a function is called on the 'dragOver' event, depending on the function's complexity, it can make slower computers very laggy while dragging.
If there was a way to reduce the speed at which this executes, that would help a lot for performance.
The text was updated successfully, but these errors were encountered: