Fix sometimes not being able to uncheck a domain - Fixes #92
This commit is contained in:
		
							parent
							
								
									5f29730613
								
							
						
					
					
						commit
						cc713004b0
					
				@ -301,6 +301,10 @@ export default class ExtendedRequest {
 | 
			
		||||
        return this.stolenData.filter((data) => data.isMarked);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    unmarkAllEntries() {
 | 
			
		||||
        this.stolenData.forEach((entry) => entry.unmark());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getHost() {
 | 
			
		||||
        return new URL(this.url).host;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
@ -184,9 +184,7 @@ export class RequestCluster extends SaferEmitter {
 | 
			
		||||
 | 
			
		||||
    undoMark() {
 | 
			
		||||
        this.calculateRepresentativeStolenData();
 | 
			
		||||
        this.representativeStolenData.forEach((entry) => {
 | 
			
		||||
            entry.unmark();
 | 
			
		||||
        });
 | 
			
		||||
        this.requests.forEach((request) => request.unmarkAllEntries());
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    getDataTypeDescription(noun = 'Twojej') {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user