plugins icon indicating copy to clipboard operation
plugins copied to clipboard

plugin.selectTrackables is not giving a single option.

Open brandoncorbin opened this issue 2 years ago • 0 comments

plugin.selectTrackables(null) (as in your documentation) is not giving a single select option, but still multiselect. I could solve that with: plugin.selectTrackables(‘tracker’, false)

Solution - add method for both plugin.selectTrackables(type); plugin.selectTrackable();

brandoncorbin avatar Aug 26 '22 12:08 brandoncorbin