AnatomicMaps / flatmap-viewer

0 stars 7 forks source link

Error with calling resetMap #19

Closed alan-wu closed 5 months ago

alan-wu commented 5 months ago

I receive an error saying this.__enablePathFeatures is not a function after calling the resetMap function on flatmap-viewer.

The call stacks:

Uncaught TypeError: this.__enablePathFeatures is not a function
    at UserInteractions.reset
    at FlatMap.resetMap
dbrnz commented 5 months ago

What version of the viewer is this happening on?

alan-wu commented 5 months ago

What version of the viewer is this happening on?

Version 2.4.4

dbrnz commented 5 months ago

It looks as if that line of code should have been removed as part of commit 3e2dbcd...

Consider it gone!