mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
parent
2b3e248927
commit
5502128105
@ -233,11 +233,6 @@ function positioningWorkaround($fixedElement) {
|
||||
};
|
||||
const observer = new MutationObserver(checkForInputs);
|
||||
observer.observe(fixedElement, config);
|
||||
|
||||
// document.addEventListener("visibilitychange", () => {
|
||||
// console.log(document.visibilityState);
|
||||
// console.log(lastTouchedElement);
|
||||
// });
|
||||
}
|
||||
|
||||
export default positioningWorkaround;
|
||||
|
Loading…
Reference in New Issue
Block a user