querysub 0.688.0 → 0.689.0
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/package.json
CHANGED
|
@@ -24,7 +24,7 @@ const MAX_UNDO_STACK = 200;
|
|
|
24
24
|
neverSet: t.stringOptional,
|
|
25
25
|
}
|
|
26
26
|
),
|
|
27
|
-
|
|
27
|
+
*/
|
|
28
28
|
export class UndoWatch extends qreact.Component<{
|
|
29
29
|
// Tracks changes to this data, and undoes it when ctrl+z is pressed
|
|
30
30
|
// - Depends on undo regions being defined in the schema, via t.undoRegion
|