Fix topic dialog not supporting escape as it didn't have a "Close"

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-05-12 10:51:27 +01:00
parent 58a5b7f154
commit 3e3d537fec

View file

@ -365,6 +365,7 @@ export const Commands = [
Modal.createTrackedDialog('Slash Commands', 'Topic', InfoDialog, {
title: room.name,
description: <div dangerouslySetInnerHTML={{ __html: topicHtml }} />,
hasCloseButton: true,
});
return success();
},