mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
fix(core): some style issues (#9875)
fix AF-2158, AF-2159 It seems the input hack for modal is no longer needed
This commit is contained in:
@@ -96,12 +96,6 @@ export const RulesMode = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
{/*prevents modal autofocus to the first input*/}
|
||||
<input
|
||||
type="text"
|
||||
style={{ width: 0, height: 0 }}
|
||||
onFocus={e => requestAnimationFrame(() => e.target.blur())}
|
||||
/>
|
||||
<Tooltip content={tips}>
|
||||
<div className={clsx(styles.rulesTitle, styles.ellipsis)}>{tips}</div>
|
||||
</Tooltip>
|
||||
|
||||
Reference in New Issue
Block a user