You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public/modules/dropdowns/lesson/share.js
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -597,6 +597,7 @@ modules["dropdowns/lesson/share/options"] = class {
597
597
<button class="eShareActionOption border" option="anonymousMode" title="Hide all member names and colors in cursors."><div label>Anonymous Mode</div><div class="eOptionToggle"><div></div></div></button>
598
598
<button class="eShareActionOption border" option="allowExport" title="Allow members to export, print, or copy the lesson."><div label>Allow Exporting</div><div class="eOptionToggle"><div></div></div></button>
599
599
<button class="eShareActionOption border" option="allowHistory" title="Allow members to view the timeline history."><div label>Allow Timeline History</div><div class="eOptionToggle"><div></div></div></button>
600
+
<button class="eShareActionOption border" option="allowReactions" title="Allow members to react on sticky notes."><div label>Allow Reactions</div><div class="eOptionToggle"><div></div></div></button>
600
601
<button class="eShareActionOption border" option="observeViewers" title="Allow members to observe those who aren't editing."><div label>Observe Viewers</div><div class="eOptionToggle"><div></div></div></button>
601
602
<button class="eShareSaveDefault border" title="Save as the default for new lessons.">Save as Default</button>
602
603
</div>
@@ -787,6 +788,7 @@ modules["dropdowns/lesson/share/options"] = class {
0 commit comments