@flozy/editor 3.7.5 → 3.7.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -31,11 +31,6 @@ const PopupTool = props => {
|
|
31
31
|
const id = open ? "popup-edit-tool" : "";
|
32
32
|
const table = new TableUtil(editor);
|
33
33
|
const [size] = useWindowResize();
|
34
|
-
useEffect(() => {
|
35
|
-
if (!inFocus) {
|
36
|
-
setAnchorEl(null);
|
37
|
-
}
|
38
|
-
}, [inFocus]);
|
39
34
|
useEffect(() => {
|
40
35
|
if (event === "end" && anchorEl && !open) {
|
41
36
|
// for table cell selection
|