Fully_Responsive-Card-Area

This commit is contained in:
ganeshKumara 2026-02-01 16:19:53 +05:30
parent c0cbba2522
commit 057a899549
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ const MemoView: React.FC<MemoViewProps> = (props: MemoViewProps) => {
// Handle for menuitems(Pin, Edit, Copy, Archive, Delete), dialog and buttons types
let role = target?.getAttribute("role");
let type = target?.getAttribute("type");
if (role === "menuitem"|| role==="dialog" || type === "button") {
if (role === "menuitem"|| type==="dialog" || type === "button") {
return;
}
handleGotoMemoDetailPage();