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:
assets
css
components
js
@@ -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
|
||||
|
Reference in New Issue
Block a user