diff options
| author | bob <bcz@cs.brown.edu> | 2020-02-06 15:14:56 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2020-02-06 15:14:56 -0500 |
| commit | 045233f2a8b8e79e6a3255ed594218929db1b042 (patch) | |
| tree | 827f0994eb63233c4511925983cc7550fee39bb8 /src/new_fields/util.ts | |
| parent | 96307685adc3460f4269606b5f826854ce3cf280 (diff) | |
added pivoting into a pivot column
Diffstat (limited to 'src/new_fields/util.ts')
| -rw-r--r-- | src/new_fields/util.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/util.ts b/src/new_fields/util.ts index 3495a934d..45ec676b2 100644 --- a/src/new_fields/util.ts +++ b/src/new_fields/util.ts @@ -101,7 +101,7 @@ export function makeEditable() { } let layoutProps = ["panX", "panY", "width", "height", "nativeWidth", "nativeHeight", "fitWidth", "fitToBox", - "LODdisable", "dropAction", "chromeStatus", "viewType", "gridGap", "xMargin", "yMargin", "autoHeight"]; + "LODdisable", "chromeStatus", "viewType", "gridGap", "xMargin", "yMargin", "autoHeight"]; export function setter(target: any, in_prop: string | symbol | number, value: any, receiver: any): boolean { let prop = in_prop; if (typeof prop === "string" && prop !== "__id" && prop !== "__fields" && |
