mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
fix(editor): disable mention node select (#11512)
Close [BS-3011: inline at 有时候会进入可以选中的状态](https://linear.app/affine-design/issue/BS-3011/inline-at-有时候会进入可以选中的状态)
This commit is contained in:
@@ -29,6 +29,7 @@ export class AffineMention extends SignalWatcher(
|
||||
line-height: 24px; /* 160% */
|
||||
padding: 0 4px;
|
||||
border-radius: 4px;
|
||||
user-select: none;
|
||||
}
|
||||
.affine-mention:hover {
|
||||
background: var(--affine-hover-color);
|
||||
|
||||
Reference in New Issue
Block a user