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'm looking for a way to all so do selection with a mouse over on the Renderer. The cleanest way I can see that to be done is to add the following line
to line 307, below the first line of code. Would I be correct in thinking this, or is there another way of doing this that I'm missing? Goes without saying not dealing with optionally adding this, or externally exposing the binding etc
Regards,
Martin
The text was updated successfully, but these errors were encountered:
Hello,
I believe this would come under enhancement, the binding for the selection in a d-list is done in file deliteful/list/List.js line 306
this._selectionClickHandle = this.on("click", this.handleSelection.bind(this));
I'm looking for a way to all so do selection with a mouse over on the Renderer. The cleanest way I can see that to be done is to add the following line
this._selectionClickHandle = this.on("mouseover", this.handleSelection.bind(this));
to line 307, below the first line of code. Would I be correct in thinking this, or is there another way of doing this that I'm missing? Goes without saying not dealing with optionally adding this, or externally exposing the binding etc
Regards,
Martin
The text was updated successfully, but these errors were encountered: