Fix template closing tags in ColorPicker.vue

This commit is contained in:
Land 2025-10-18 21:10:55 +05:30 committed by GitHub
parent b719c81f55
commit 82dba0e7fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -244,6 +244,4 @@ const normalizeColorName = (colorName: string) =>
Selected: {{ normalizeColorName(selectedColor) }}
</div>
</div>
</template> </div>
</div>
</template>
</template>