mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-19 06:18:16 +01:00
fix: typo (#3187)
This commit is contained in:
parent
46f3be5319
commit
c12d0ff9de
@ -48,7 +48,7 @@ const VideoElement = ({ attributes, children, element }) => {
|
||||
contentEditable={false}
|
||||
style={{
|
||||
position: 'relative',
|
||||
boxShaodow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
|
||||
boxShadow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
Loading…
x
Reference in New Issue
Block a user