@dxos/react-ui-editor 0.4.7-main.40a4553 → 0.4.7-main.50b19a0

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.
@@ -2146,7 +2146,7 @@ var uncheckedTask = Decoration5.replace({
2146
2146
  });
2147
2147
  var editingRange = (state, range, focus) => {
2148
2148
  const { readOnly, selection: { main: { head } } } = state;
2149
- return focus && !readOnly && head >= range.from && head < range.to;
2149
+ return focus && !readOnly && head >= range.from && head <= range.to;
2150
2150
  };
2151
2151
  var MarksByParent = /* @__PURE__ */ new Set([
2152
2152
  "CodeMark",
@@ -4054,16 +4054,8 @@ var defaultTheme = {
4054
4054
  // tooltip
4055
4055
  //
4056
4056
  ".cm-tooltip": {
4057
- border: "none"
4058
- },
4059
- "&light .cm-tooltip": {
4060
- background: get4(tokens, "extend.colors.white")
4061
- },
4062
- "&dark .cm-tooltip": {
4063
- background: get4(tokens, "extend.colors.black")
4064
- },
4065
- ".cm-tooltip-hover": {
4066
- padding: "0 4px"
4057
+ border: "none",
4058
+ background: "unset"
4067
4059
  },
4068
4060
  ".cm-tooltip-below": {},
4069
4061
  //