Skip to content

Commit

Permalink
Merge pull request #319 from rsilvr/fix-clear-history
Browse files Browse the repository at this point in the history
fix: Restore clipboard tracking after clear history
  • Loading branch information
Totto16 authored Oct 6, 2024
2 parents 6b199fd + 6e03b16 commit d240d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ export default class PanoExtension extends Extension {
private async clearHistory() {
this.stop();
await deleteAppDirs(this);
this.setupResources();
this.start();
}

Expand Down

0 comments on commit d240d7d

Please sign in to comment.