From c0335eab060206d49020239788c43bb0626a467c Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Sun, 29 Mar 2020 19:11:16 -0400 Subject: fixed collection chrome pointerEvents. fixed dontSelect to allow right-clicking. got rid of '@" template field special case --- src/new_fields/util.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/new_fields') diff --git a/src/new_fields/util.ts b/src/new_fields/util.ts index 080123965..3ab1b299b 100644 --- a/src/new_fields/util.ts +++ b/src/new_fields/util.ts @@ -128,10 +128,6 @@ export function getter(target: any, in_prop: string | symbol | number, receiver: } if (target.__LAYOUT__) return target.__LAYOUT__[prop]; } - if (typeof prop === "string" && prop.startsWith("@")) { - const expanded = target.__fields["expandedTemplate"]; - if (expanded) return expanded.cache[target.__fields[prop.substring(1)]]; - } if (prop === "then") {//If we're being awaited return undefined; } -- cgit v1.2.3-70-g09d2