Open gordlin opened 1 month ago
I think this issue occurs when the config src of a map panel is incorrect (within the product's json). Note that, within the ramp-config
folder of the product, some configs are in the en
or fr
folders, while others (i.e. newly added ones) sit directly in the ramp-config
folder. If the config src is correct I don't believe this issue should occur, but correct me if I'm wrong.
Description
Clicking on SOME slides with map panels causes all other items on the table of contents to be unselectable.
An error pops up in the console, indicating this is likely an issue with these panels not having a RAMP instance somehow:
TypeError: this.rampEditorApi.getConfig is not a function
The RAMP config editor also doesn't appear.Environment
Steps to reproduce
Expected behavior
Should be able to select another slide. RAMP config editor should appear when the slide is selected.
Actual behavior
Freezing. No config editor.