Added watcher, deletes pending if watcher has concurrent reply, fixing popup closing issues
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user