@trafica/editor 1.0.42 → 1.0.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +79 -79
package/dist/index.js
CHANGED
|
@@ -4495,7 +4495,7 @@ function ChecklistButton({ engine }) {
|
|
|
4495
4495
|
label: "\u2611",
|
|
4496
4496
|
title: "Checklist (Ctrl+Shift+9)",
|
|
4497
4497
|
onClick: () => toggleCheckList(engine),
|
|
4498
|
-
isActive: activeBlock === "
|
|
4498
|
+
isActive: activeBlock === "check_list",
|
|
4499
4499
|
icon: /* @__PURE__ */ jsxRuntime.jsx(ChecklistIcon, {})
|
|
4500
4500
|
}
|
|
4501
4501
|
);
|