Added watcher, deletes pending if watcher has concurrent reply, fixing popup closing issues

This commit is contained in:
artur
2024-02-16 11:28:02 +03:00
parent aac537c7a2
commit 87ec23c737
9 changed files with 149 additions and 41 deletions

View File

@@ -121,7 +121,7 @@ export const getDomain = (url: string) => {
}
export const getReferrerAppUrl = () => {
console.log('referrer', window.document.referrer)
// console.log('referrer', window.document.referrer)
if (!window.document.referrer) return ''
try {
const u = new URL(window.document.referrer.toLocaleLowerCase())