1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-16 10:31:41 +04:00

add Signature Pad feature (#2183)

Co-authored-by: ethancrawford <ethan_jc@hotmail.com>
This commit is contained in:
Paweł Kuna
2025-03-01 12:36:41 +01:00
committed by GitHub
parent dee2b8ad64
commit 4376968bca
33 changed files with 396 additions and 174 deletions
+2 -4
View File
@@ -12,9 +12,8 @@ permalink: map-fullsize.html
<div class="map flex-fill" id="map-{{ map-id }}"></div>
{% capture_global scripts %}
{% capture_script %}
<script>
// @formatter:off
let map;
{% if environment == 'development' %}window.tabler_map = window.tabler_map || {};{% endif %}
@@ -26,6 +25,5 @@ permalink: map-fullsize.html
{% if environment == 'development' %}window.tabler_map["map-{{ map-id }}"] = map;{% endif %}
});
// @formatter:on
</script>
{% endcapture_global %}
{% endcapture_script %}