mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #102] [MERGED] [core] Disable Right Click for Item Actions on Web #103
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/102
Author: @ricoberger
Created: 12/12/2023
Status: ✅ Merged
Merged: 12/12/2023
Merged by: @ricoberger
Base:
main← Head:core-disable-right-click-for-item-actions-on-web📝 Commits (1)
cda022c[core] Disable Right Click for Item Actions on Web📊 Changes
1 file changed (+3 additions, -2 deletions)
View changed files
📝
app/lib/widgets/item/preview/utils/item_actions.dart(+3 -2)📄 Description
On the web the right click on an item to show the actions, doesn't work properly, because the browsers right click menu will be shown first. So it doesn't make sense to show also our right click menu.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.