adding comment

This commit is contained in:
Chris Cochrun 2022-09-23 06:39:46 -05:00
parent e4b97b901f
commit 87854d897e

View file

@ -138,6 +138,8 @@ Controls.Page {
presentation.itemType = item.type; presentation.itemType = item.type;
print("Time to start changing"); print("Time to start changing");
// This determines if pdf and gives slide the right
// page count to use.
if (item.type == "pres") if (item.type == "pres")
SlideObject.changeSlide(item); SlideObject.changeSlide(item);
else else