This repository was archived by the owner on Jun 1, 2025. It is now read-only.
Replies: 1 comment
-
is that Angular-Slickgrid 3.x? If so then the code is here, Pull Request of a fix is welcome. If however it's 2.x, then sorry but I stopped supporting it. This is an Open Source project feel free to contribute, I never use it with SVG. Maybe another option is to use your own code via the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The handleOnCellClick() function throws an error if the targetElm is an SVG.
I believe this is due to the indexOf use on the className. SVGs have an SVGAnimatedString object as its className and not a string as is typically the case.
Beta Was this translation helpful? Give feedback.
All reactions