Hello!
I’d like to report an issue with the multiselect plugin. Here’s a minimal repro case:
- Open Javascript console (e.g. in Chrome via Devtools)
 - Open snippet http://snippet.dhtmlx.com/5/635f2b53e
 - Click once on the demo task so that it gets selected ( → row gets highlighted in yellow)
 - Now move the task in the Gantt chart to another date
 
Observation:
The updation function of the data processor gets called twice (see console output).
Expected result:
The update function only gets called once.
Note: This does not happen if the row is not selected before you move the task or if the multiselect plugin is not enabled.