We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca4331 commit 8957218Copy full SHA for 8957218
TutorialMaker/Lib/TutorialGUI.py
@@ -409,6 +409,11 @@ def openAnnotationsAsJSON(self):
409
410
def saveAnnotationsAsJSON(self):
411
import re
412
+
413
+ if self.selectedAnnotator is not None:
414
+ self.selectedAnnotator.SlideTitle = self.slideTitleWidget.text
415
+ self.selectedAnnotator.SlideBody = self.slideBodyWidget.toPlainText()
416
417
outputFileAnnotations = {**self.tutorialInfo}
418
outputFileTextDict = {}
419
outputFileOld = []
0 commit comments