@flozy/editor 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ import React from "react";
|
|
2
2
|
import { TextField, IconButton } from "@mui/material";
|
3
3
|
import { addMarkData, activeMark } from "../../utils/SlateUtilityFunctions.js";
|
4
4
|
import { sizeMap } from "../../utils/font.js";
|
5
|
-
import { TextMinusIcon, TextPlusIcon } from "../../common/iconslist.
|
5
|
+
import { TextMinusIcon, TextPlusIcon } from "../../common/iconslist.js";
|
6
6
|
import { jsx as _jsx } from "react/jsx-runtime";
|
7
7
|
import { jsxs as _jsxs } from "react/jsx-runtime";
|
8
8
|
import { Fragment as _Fragment } from "react/jsx-runtime";
|