feat: support embed memo with iframe (#912)

This commit is contained in:
boojack
2023-01-07 01:56:02 +08:00
committed by GitHub
parent 0f8ce3dd16
commit 96798e10b4
13 changed files with 164 additions and 13 deletions

View File

@ -99,7 +99,7 @@ const ShareMemoDialog: React.FC<Props> = (props: Props) => {
const handleCopyLinkBtnClick = () => {
copy(`${window.location.origin}/m/${memo.id}`);
toastHelper.success(t("message.succeed-copy-content"));
toastHelper.success("Succeed to copy memo link to clipboard.");
};
const memoVisibilityOptionSelectorItems = VISIBILITY_SELECTOR_ITEMS.map((item) => {