|
|
@ -100,7 +100,7 @@ export default class ChatContextMenu { |
|
|
|
if(chat.selection.isSelecting && !button.withSelection) { |
|
|
|
if(chat.selection.isSelecting && !button.withSelection) { |
|
|
|
good = false; |
|
|
|
good = false; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
good = contentWrapper || isTouchSupported ? |
|
|
|
good = contentWrapper || isTouchSupported || true ? |
|
|
|
button.verify() : |
|
|
|
button.verify() : |
|
|
|
button.notDirect && button.verify() && button.notDirect(); |
|
|
|
button.notDirect && button.verify() && button.notDirect(); |
|
|
|
} |
|
|
|
} |
|
|
|