UI delay done in UI
parent
7ecabe49d2
commit
975a2db3e4
|
@ -90,11 +90,7 @@ export function guessAndSetDMRoom(room, isDirect) {
|
||||||
newTarget = null;
|
newTarget = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// give some time for the user to see the icon change first, since
|
return setDMRoom(room.roomId, newTarget);
|
||||||
// this will hide the context menu once it completes
|
|
||||||
return q.delay(500).then(() => {
|
|
||||||
return setDMRoom(room.roomId, newTarget);
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue