Signal drop!
Relay (operand.online) is unreachable.
Usually, a dropped signal means an upgrade is happening. Hold on!
Sorry, no connección.
Hang in there while we get back on track
gram: docs
> ./packages/vue/src/components/insertTableState.ts
import { reactive } from 'vue';
/**
* Last-used Insert-Table dimensions. Module-level so the dialog reopens with
* whatever the user picked last time (mirrors React lifting this to component
* state that survives reopen).
*/
export const rememberedTableSize = reactive({ rows: 3, cols: 3 });