mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-11-22 08:57:00 -06:00
SDA-3987: SVG will no longer be draggable
This commit is contained in:
parent
3ac08668bf
commit
0ef9c1f5fd
@ -12,6 +12,7 @@ exports[`Menu Button should show all elements 1`] = `
|
||||
>
|
||||
<img
|
||||
alt="Open menu"
|
||||
draggable={false}
|
||||
src="../renderer/assets/single-chevron-down.svg"
|
||||
title="Open menu"
|
||||
/>
|
||||
|
@ -103,6 +103,7 @@ const MenuButton: React.FunctionComponent<IMenuButtonProps> = ({
|
||||
src={`../renderer/assets/single-chevron-down.svg`}
|
||||
title={i18n.t('Open menu')()}
|
||||
alt={i18n.t('Open menu')()}
|
||||
draggable={false}
|
||||
/>
|
||||
</button>
|
||||
{isDisplay && (
|
||||
|
Loading…
Reference in New Issue
Block a user