combo-tree icon indicating copy to clipboard operation
combo-tree copied to clipboard

Escape dots in JQuery selectors with IDs

Open kshepherd opened this issue 3 years ago • 0 comments

The selectors used in clearSelection and setSelection are JQuery selectors and break if there is a dot in the ID or class name.

Escaping any dots with \\ fixes this problem.

kshepherd avatar Jun 24 '22 00:06 kshepherd