Merge pull request from ueokande/qa-0.4

fix settings reload on content
This commit is contained in:
Shin'ya Ueoka 2017-11-05 02:54:55 +00:00 committed by GitHub
commit 7f890701c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {