Merge pull request #135 from ueokande/qa-0.4

fix settings reload on content
jh-changes
Shin'ya Ueoka 7 years ago committed by GitHub
commit 7f890701c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/content/components/top-content/index.js

@ -19,6 +19,8 @@ export default class TopContent {
consoleFrames.initialize(this.win.document);
messages.onMessage(this.onMessage.bind(this));
this.store.subscribe(() => this.update());
}
update() {