diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-04-25 09:15:22 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-04-25 09:15:22 -0400 |
| commit | 6a62e0a16abc3bbadfb179750463e3d361f1c759 (patch) | |
| tree | b4df122ee280cba5141e4d97d58c3c5678c7a1ac /src/client/views/Main.tsx | |
| parent | 0e27df3127c91a7d48ef05c7075c7d26aca2bd7f (diff) | |
silly me - borderRadius can be inherited
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 057f68ed9..c6b3f06d8 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -197,7 +197,6 @@ export class Main extends React.Component { isTopMost={true} selectOnLoad={false} focus={emptyDocFunction} - borderRounding={returnZero} parentActive={returnTrue} whenActiveChanged={emptyFunction} ContainingCollectionView={undefined} />} |
