@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.mjs CHANGED
@@ -4493,7 +4493,7 @@ function ChecklistButton({ engine }) {
4493
4493
  label: "\u2611",
4494
4494
  title: "Checklist (Ctrl+Shift+9)",
4495
4495
  onClick: () => toggleCheckList(engine),
4496
- isActive: activeBlock === "check_list_item",
4496
+ isActive: activeBlock === "check_list",
4497
4497
  icon: /* @__PURE__ */ jsx(ChecklistIcon, {})
4498
4498
  }
4499
4499
  );