diff options
Diffstat (limited to 'addon/index.mjs')
-rw-r--r-- | addon/index.mjs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addon/index.mjs b/addon/index.mjs index 092adc4..b5d71ba 100644 --- a/addon/index.mjs +++ b/addon/index.mjs | |||
@@ -38,4 +38,5 @@ window.generateMaps(document.querySelector('main') ?? document.body, { | |||
38 | addBlocks, | 38 | addBlocks, |
39 | initialLayout: '', | 39 | initialLayout: '', |
40 | render: simpleRender, | 40 | render: simpleRender, |
41 | autoMap: true, | ||
41 | }) | 42 | }) |