|
|
@ -184,13 +184,7 @@ const Memo: React.FC<Props> = (props: Props) => {
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div className={`memo-wrapper ${"memos-" + memo.id} ${memo.pinned ? "pinned" : ""}`} ref={memoContainerRef}>
|
|
|
|
<div className={`memo-wrapper ${"memos-" + memo.id} ${memo.pinned ? "pinned" : ""}`} ref={memoContainerRef}>
|
|
|
|
{memo.pinned && (
|
|
|
|
{memo.pinned && <div className="corner-container"></div>}
|
|
|
|
<div className="corner-container">
|
|
|
|
|
|
|
|
<span className="tip-text" onClick={handleTogglePinMemoBtnClick}>
|
|
|
|
|
|
|
|
{t("common.unpin")}
|
|
|
|
|
|
|
|
</span>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
)}
|
|
|
|
|
|
|
|
<div className="memo-top-wrapper">
|
|
|
|
<div className="memo-top-wrapper">
|
|
|
|
<div className="status-text-container">
|
|
|
|
<div className="status-text-container">
|
|
|
|
<span className="time-text" onClick={handleShowMemoStoryDialog}>
|
|
|
|
<span className="time-text" onClick={handleShowMemoStoryDialog}>
|
|
|
|