fix busted syntax highlighting

This commit is contained in:
lindsaym-fa
2024-08-19 11:14:20 -04:00
parent 2ade7be332
commit cd9fa25a2e

View File

@@ -283,7 +283,7 @@ Remember that custom tags are rendered in a shadow root. To style them, you can
const select = document.querySelector('.custom-tag');
select.getTag = (option, index) => {
// Use the same icon used in the <wa-option>
// Use the same icon used in wa-option
const name = option.querySelector('wa-icon[slot="prefix"]').name;
// You can return a string, a Lit Template, or an HTMLElement here