Show full menu for right outside click
This commit is contained in:
parent
9a488b50b7
commit
d629c6819e
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user