diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-22 22:29:31 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-22 22:29:31 -0400 |
commit | 2c48552755a20dd44d05b8b4b18811f48dbbb97f (patch) | |
tree | b33adb2cd363f9cb7ecb5bbe239762323a6a2583 /src | |
parent | 830c39ff080b01589086764661d3515a3ea9765b (diff) |
from last
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionBaseView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionBaseView.tsx b/src/client/views/collections/CollectionBaseView.tsx index 540df82e7..b19f01350 100644 --- a/src/client/views/collections/CollectionBaseView.tsx +++ b/src/client/views/collections/CollectionBaseView.tsx @@ -102,6 +102,7 @@ export class CollectionBaseView extends React.Component<CollectionViewProps> { return true; } }); + return true; // bcz: What is this code trying to do? // else { // let proto = props.Document.GetPrototype(); |