@trafica/editor 1.0.42 → 1.0.43

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 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 === "check_list_item",
4498
+ isActive: activeBlock === "check_list",
4499
4499
  icon: /* @__PURE__ */ jsxRuntime.jsx(ChecklistIcon, {})
4500
4500
  }
4501
4501
  );