diff options
author | bob <bcz@cs.brown.edu> | 2019-08-27 15:46:03 -0400 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-08-27 15:46:03 -0400 |
commit | 34e0b1cf34474ec6765e212b6a35defefbfb49c9 (patch) | |
tree | 40c43a94ef3f041ad5b33010d2fb40a36aba37fc /src/client/views/presentationview/PresentationElement.tsx | |
parent | 0341f6bb0d23e32ba2cb632fec3bf365ccd10047 (diff) |
removed selectOnLoad prop. fixed textboxes from deselecting on carriage return.
Diffstat (limited to 'src/client/views/presentationview/PresentationElement.tsx')
-rw-r--r-- | src/client/views/presentationview/PresentationElement.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresentationElement.tsx b/src/client/views/presentationview/PresentationElement.tsx index 83413814f..80aa25f48 100644 --- a/src/client/views/presentationview/PresentationElement.tsx +++ b/src/client/views/presentationview/PresentationElement.tsx @@ -359,7 +359,6 @@ export default class PresentationElement extends React.Component<PresentationEle PanelHeight={() => 90} focus={emptyFunction} backgroundColor={returnEmptyString} - selectOnLoad={false} parentActive={returnFalse} whenActiveChanged={returnFalse} bringToFront={emptyFunction} |