Bugs fixes
[qomet.git] / public / javascripts / components / statements.js
index 5bf6bdb..8cfbde3 100644 (file)
@@ -109,6 +109,9 @@ Vue.component("statements", {
                        domTree
                );
        },
+       mounted: function() {
+               statementsLibsRefresh();
+       },
        updated: function() {
                // TODO: next line shouldn't be required: questions wordings + answer + options
                // are processed earlier; their content should be updated at this time.