Document remaining (known) cases to fix
This commit is contained in:
parent
bb5184bc50
commit
555bcc6010
3 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,7 @@ const WidgetCard: React.FC<IProps> = ({ room, widgetId, onClose }) => {
|
|||
let contextMenu;
|
||||
if (menuDisplayed) {
|
||||
let snapshotButton;
|
||||
// TODO: [TravisR] Fix this
|
||||
if (ActiveWidgetStore.widgetHasCapability(app.id, Capability.Screenshot)) {
|
||||
const onSnapshotClick = () => {
|
||||
WidgetUtils.snapshotWidget(app);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue