mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-24 15:35:11 +00:00
Merge branch 'dev' into feat/api/SettingsLists
This commit is contained in:
commit
5508d89672
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ const imageContextMenuPatch: NavContextMenuPatchCallback = (children, props) =>
|
||||||
// Discord re-uses the image context menu for links to for the copy and open buttons
|
// Discord re-uses the image context menu for links to for the copy and open buttons
|
||||||
if ("href" in props) return;
|
if ("href" in props) return;
|
||||||
// emojis in user statuses
|
// emojis in user statuses
|
||||||
if (props?.target?.classList != null && [...props.target.classList].some(x => x === "emoji")) return;
|
if (props.target?.classList?.contains("emoji")) return;
|
||||||
|
|
||||||
const { square, nearestNeighbour } = settings.use(["square", "nearestNeighbour"]);
|
const { square, nearestNeighbour } = settings.use(["square", "nearestNeighbour"]);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue