1
0
mirror of https://github.com/pierre42100/ComunicWeb synced 2025-07-20 01:45:30 +00:00

Added emoji picker in the conversation system

This commit is contained in:
Pierre
2018-04-21 08:38:45 +02:00
parent 7d7fb2c499
commit a773170e55
5 changed files with 61 additions and 6 deletions
assets
css
components
conversations
emoji
js
common
components
conversations
emoji

@@ -426,6 +426,14 @@ function add_space(target){
}
/**
* Get the current absolute position bottom of the screen
*
* @return {number} The bottom on the screen
*/
function abs_height_bottom_screen(){
return window.scrollY + $(window).height();
}
/**
* Page URL update detection