value}}) => { debounce(getData, 2000); // **line 1**. placing this line of code debouncingdoes not happen intermediate() // **line 2**. replacing this line of code with the above line debouncing
我有一系列用于更改计算值的交互式滑块。我需要用值来更新数据库,但我希望只在用户“丢弃”句柄之后获取这些值。function handleIsBeingDragged() { // pseudo-code to check for mouseup event // save only if mouse i