@lavalogic/scoria 0.19.2 → 0.19.3

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.
@@ -157,6 +157,7 @@
157
157
  } else {
158
158
  tick()
159
159
  .then(() => {
160
+ isBeingEdited = false;
160
161
  tableContext.focusStartIsBeingEdited = false;
161
162
  })
162
163
  .catch(devCatch);
@@ -56,12 +56,6 @@
56
56
  none: 'sort-none',
57
57
  } as const;
58
58
 
59
- $effect(() => {
60
- if (tableContext.debug && !groups.length) {
61
- $inspect(side, tableContext.table, tableContext.table.columnVisibility);
62
- }
63
- });
64
-
65
59
  let currentDropTarget: HTMLTableCellElement | null = $state(null);
66
60
 
67
61
  function setCurrentDropTarget(target: EventTarget | null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lavalogic/scoria",
3
3
  "description": "Svelte components used for the FloWMS Web Frontend",
4
- "version": "0.19.2",
4
+ "version": "0.19.3",
5
5
  "publishConfig": {
6
6
  "access": "restricted"
7
7
  },