aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/assets/js/textarea_listener.min.js
blob: 44ae9ceb5b059b9bf7f2d4446630b5442901e22f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if(!window.hasOwnProperty("frost_textarea_listener")){
console.log("Registering frost_textarea_listener"),
window.frost_textarea_listener=!0
;var _frostFocus=function(e){
var t=e.target||e.srcElement
;console.log("Frost focus",t.tagName),"TEXTAREA"===t.tagName&&"undefined"!=typeof Frost&&Frost.disableSwipeRefresh(!0)
},_frostBlur=function(e){
var t=e.target||e.srcElement
;console.log("Frost blur",t.tagName),"undefined"!=typeof Frost&&Frost.disableSwipeRefresh(!1)
}
;document.addEventListener("focus",_frostFocus,!0),document.addEventListener("blur",_frostBlur,!0)
}