@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "3.7.5",
3
+ "version": "3.7.6",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"