@trebco/treb 31.7.2 → 31.7.4
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
|
@@ -982,7 +982,7 @@ export class EmbeddedSpreadsheet<USER_DATA_TYPE = unknown> {
|
|
|
982
982
|
// style, structure, and (maybe?) annotations
|
|
983
983
|
|
|
984
984
|
// OK, temp we have a composite event for data+style
|
|
985
|
-
|
|
985
|
+
|
|
986
986
|
case 'composite':
|
|
987
987
|
{
|
|
988
988
|
const cached_selection = this.last_selection;
|
|
@@ -5831,9 +5831,6 @@ export class EmbeddedSpreadsheet<USER_DATA_TYPE = unknown> {
|
|
|
5831
5831
|
*/
|
|
5832
5832
|
protected DocumentChange(undo_selection?: string): void {
|
|
5833
5833
|
|
|
5834
|
-
console.info("DC");
|
|
5835
|
-
console.trace();
|
|
5836
|
-
|
|
5837
5834
|
Promise.resolve().then(() => {
|
|
5838
5835
|
|
|
5839
5836
|
// console.info('serializing');
|