mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-07-31 20:40:19 +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}
|
||||
style={{
|
||||
position: 'relative',
|
||||
boxShaodow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
|
||||
boxShadow: selected && focused ? '0 0 0 3px #B4D5FF' : 'none',
|
||||
}}
|
||||
>
|
||||
<div
|
||||
|
Reference in New Issue
Block a user