diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-10 22:18:46 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-10 22:18:46 -0400 |
| commit | edec708b4396cd3b21ea22296812d5014b1359db (patch) | |
| tree | 66f25cce1186d97bda89dc6500c9d4b818a987f0 /src/client/views/search/SearchBox.tsx | |
| parent | 4df85ecd5026127c27b147b34398822307715e54 (diff) | |
got rid of zoomBasis remnants. cleaned up (just a little bit) renderScript stuff in colelctionfreeformdocumentview
Diffstat (limited to 'src/client/views/search/SearchBox.tsx')
| -rw-r--r-- | src/client/views/search/SearchBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/search/SearchBox.tsx b/src/client/views/search/SearchBox.tsx index b30fd83e8..0d50124dd 100644 --- a/src/client/views/search/SearchBox.tsx +++ b/src/client/views/search/SearchBox.tsx @@ -220,7 +220,6 @@ export class SearchBox extends React.Component { doc.width = size; doc.height = size; } - doc.zoomBasis = 1; x += 250; if (x > 1000) { x = 0; |
