SDA-3987: SVG will no longer be draggable

This commit is contained in:
NguyenTranHoangSym 2022-12-02 15:25:38 +07:00 committed by Salah Benmoussati
parent 3ac08668bf
commit 0ef9c1f5fd
2 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,7 @@ exports[`Menu Button should show all elements 1`] = `
> >
<img <img
alt="Open menu" alt="Open menu"
draggable={false}
src="../renderer/assets/single-chevron-down.svg" src="../renderer/assets/single-chevron-down.svg"
title="Open menu" title="Open menu"
/> />

View File

@ -103,6 +103,7 @@ const MenuButton: React.FunctionComponent<IMenuButtonProps> = ({
src={`../renderer/assets/single-chevron-down.svg`} src={`../renderer/assets/single-chevron-down.svg`}
title={i18n.t('Open menu')()} title={i18n.t('Open menu')()}
alt={i18n.t('Open menu')()} alt={i18n.t('Open menu')()}
draggable={false}
/> />
</button> </button>
{isDisplay && ( {isDisplay && (