When changing the title of a presentation, the title in the bottom of the slide should also change
This commit is contained in:
@@ -303,6 +303,7 @@ define([
|
||||
|
||||
Slide.setTitle = function (titleObj) {
|
||||
Title = titleObj;
|
||||
Title.onTitleChange(function () { draw(Slide.index); });
|
||||
};
|
||||
|
||||
return Slide;
|
||||
|
||||
Reference in New Issue
Block a user