select multiple files using mouse range and shift key not working with Blazor .Net Core #3589
-
Hi, I am using elfinder js and using elFinder.Net.Core in server side. But I cant select multiple files using mouse range and shift key. I have problem to try debug it. Where is the specific function to select multiple files using mouse range and shift key so I can debug it?
in "if (e.shiftKey && (pl || nl))" I always get pl = 0 and nl = 0, is there a reason? |
Beta Was this translation helpful? Give feedback.
Answered by
benny-adiwijaya
Aug 15, 2023
Replies: 1 comment
-
turn out its connector / controller issue |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
benny-adiwijaya
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
turn out its connector / controller issue