Skip to content

Commit 472cf68

Browse files
authored
be in sync with www (#6478)
1 parent f92696d commit 472cf68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lexical-react/flow/LexicalDraggableBlockPlugin.js.flow

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import * as React from 'react';
1111

1212
type Props = $ReadOnly<{
13-
anchorElem?: HTMLElement,
13+
anchorElem?: ?HTMLElement,
1414
menuRef: React.RefObject<?HTMLElement>,
1515
targetLineRef: React.RefObject<?HTMLElement>,
1616
menuComponent: React.Node,

0 commit comments

Comments
 (0)