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

View File

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