Slides in read-only were not updated with the latest content

This commit is contained in:
yflory 2016-09-23 15:12:07 +02:00
parent eac0cdd6dd
commit 2267ec8c43

View File

@ -322,7 +322,7 @@ define([
elem.selectionStart = selects[0];
elem.selectionEnd = selects[1];
Slide.update(content);
Slide.update(userDoc);
notify();
};