Skip to content

Commit d240d7d

Browse files
authored
Merge pull request #319 from rsilvr/fix-clear-history
fix: Restore clipboard tracking after clear history
2 parents 6b199fd + 6e03b16 commit d240d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ export default class PanoExtension extends Extension {
141141
private async clearHistory() {
142142
this.stop();
143143
await deleteAppDirs(this);
144+
this.setupResources();
144145
this.start();
145146
}
146147

0 commit comments

Comments
 (0)