You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
UI delay done in UI
This commit is contained in:
@@ -90,11 +90,7 @@ export function guessAndSetDMRoom(room, isDirect) {
|
||||
newTarget = null;
|
||||
}
|
||||
|
||||
// give some time for the user to see the icon change first, since
|
||||
// this will hide the context menu once it completes
|
||||
return q.delay(500).then(() => {
|
||||
return setDMRoom(room.roomId, newTarget);
|
||||
});
|
||||
return setDMRoom(room.roomId, newTarget);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user