From 44fbba2ffe0249570676887a7a31a3164e1ab37e Mon Sep 17 00:00:00 2001 From: bjones1 Date: Thu, 15 Apr 2021 15:04:17 +0000 Subject: [PATCH] Fix: Enable datafile directive to indicate when it's ready. --- runestone/datafile/js/datafile.js | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/runestone/datafile/js/datafile.js b/runestone/datafile/js/datafile.js index c13975db1..e838b2368 100644 --- a/runestone/datafile/js/datafile.js +++ b/runestone/datafile/js/datafile.js @@ -40,26 +40,27 @@ class DataFile extends RunestoneBase { this.createPre(); } } + this.indicate_component_ready(); } /*===================================== == Create either
 or