mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
fix: unbreak the image context menu
- don't reference non-existent code - positioning it manually is wrong anyway Fixes: #8447
This commit is contained in:
parent
a46206e4fd
commit
d5478babfb
@ -200,8 +200,6 @@ Item {
|
||||
contextMenu.hideEmojiPicker = true
|
||||
contextMenu.isRightClickOnImage = true
|
||||
contextMenu.parent = imagePopup.contentItem
|
||||
contextMenu.setXPosition = function() { return mouse.x + Style.current.smallPadding }
|
||||
contextMenu.setYPosition = function() { return mouse.y - Style.current.smallPadding }
|
||||
contextMenu.show()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user