We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa2c70 commit cb567a0Copy full SHA for cb567a0
assets/src/components/Tooltip.js
@@ -29,12 +29,6 @@ export default class Tooltip extends HTMLElement {
29
// Activate last selected tooltip layer
30
mainLizmap.tooltip.activate(this.querySelector('select').value);
31
}
32
- },
33
- minidockclosed: event => {
34
- if ( event.id === 'tooltip-layer' ) {
35
- // Deactivate tooltip on close
36
- mainLizmap.tooltip.deactivate();
37
- }
38
39
});
40
0 commit comments