|
@@ -145,6 +145,10 @@ class ExternalLibs extends Vue {
|
|
created() {
|
|
created() {
|
|
this.$root.addKeyHook(this.keyHook);
|
|
this.$root.addKeyHook(this.keyHook);
|
|
|
|
|
|
|
|
+ document.addEventListener('fullscreenchange', () => {
|
|
|
|
+ this.fullScreenActive = (document.fullscreenElement !== null);
|
|
|
|
+ });
|
|
|
|
+
|
|
//this.commit = this.$store.commit;
|
|
//this.commit = this.$store.commit;
|
|
//this.commit('reader/setLibs', rstore.libsDefaults);
|
|
//this.commit('reader/setLibs', rstore.libsDefaults);
|
|
}
|
|
}
|