must select template before using text

This commit is contained in:
2026-05-22 08:35:46 +02:00
parent b093f7618a
commit 6c6764202e
7 changed files with 27 additions and 9 deletions

View File

@@ -63,6 +63,7 @@
<script>
window.memeTemplate = {
id: "{!! template.id !!}",
url: "{!! template.url !!}",
name: "{!! template.name !!}",
category: "{!! template.category || 'General' !!}",