mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-06 00:37:03 +00:00
feat: Open the icons on the label element, b=no-bug, c=folders
This commit is contained in:
@@ -817,7 +817,7 @@
|
||||
if (!group) return;
|
||||
|
||||
gZenEmojiPicker
|
||||
.open(group, { onlySvgIcons: true })
|
||||
.open(group.labelElement, { onlySvgIcons: true })
|
||||
.then((icon) => {
|
||||
this.setFolderUserIcon(group, icon);
|
||||
group.dispatchEvent(new CustomEvent('ZenFolderIconChanged', { bubbles: true }));
|
||||
|
||||
Reference in New Issue
Block a user