diff --git a/src/components/chat/contextMenu.ts b/src/components/chat/contextMenu.ts index 1e00fd2a..d301b395 100644 --- a/src/components/chat/contextMenu.ts +++ b/src/components/chat/contextMenu.ts @@ -100,7 +100,7 @@ export default class ChatContextMenu { if(chat.selection.isSelecting && !button.withSelection) { good = false; } else { - good = contentWrapper || isTouchSupported ? + good = contentWrapper || isTouchSupported || true ? button.verify() : button.notDirect && button.verify() && button.notDirect(); }