mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 12:30:11 +02:00
fix: typo (#3187)
This commit is contained in:
committed by
Ian Storm Taylor
parent
46f3be5319
commit
c12d0ff9de
@@ -48,7 +48,7 @@ const VideoElement = ({ attributes, children, element }) => {
|
|||||||
contentEditable={false}
|
contentEditable={false}
|
||||||
style={{
|
style={{
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
boxShaodow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
|
boxShadow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
Reference in New Issue
Block a user