Skip to content

Commit 6b6d0d5

Browse files
committed
back with correct less style
1 parent b0d56d3 commit 6b6d0d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

assets/index.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
top: 0;
4545
bottom: 0;
4646
pointer-events: none;
47-
color: rgba(255, 0, 0, 0.3);
48-
// color: transparent;
49-
// z-index: -1;
47+
// color: rgba(255, 0, 0, 0.3);
48+
color: transparent;
49+
z-index: -1;
5050
}
5151

5252
// ================== Dropdown ==================

src/Mentions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ class Mentions extends React.Component<MentionsProps, MentionsState> {
218218
this.focusId = window.setTimeout(() => {
219219
const { onBlur } = this.props;
220220
this.setState({ isFocus: false });
221+
this.stopMeasure();
221222
if (onBlur) {
222223
onBlur(event);
223224
}

0 commit comments

Comments
 (0)