vakata / jstree

jquery tree plugin
http://jstree.com
MIT License
5.15k stars 1.38k forks source link

async check_callback function can not prevent operation #2427

Closed yiwiz-sai closed 4 years ago

yiwiz-sai commented 4 years ago
async check_callback(...){
     return false;
}

check_callback can not prevent any operation if add "async"

vakata commented 4 years ago

Yes, the places which rely on this function do not work with promises - they need the return value of the function.