mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
remove cover from fit options
This commit is contained in:
parent
96b5cfc35d
commit
113dfc0023
2 changed files with 1 additions and 20 deletions
|
@ -681,7 +681,6 @@ const ExcalidrawWrapper = () => {
|
|||
// // scale: 0.01,
|
||||
// // scale: 2,
|
||||
// // origin: "content",
|
||||
// // fit: "cover",
|
||||
// // scale: 2,
|
||||
// // x: 0,
|
||||
// // y: 0,
|
||||
|
@ -1270,7 +1269,6 @@ const ExcalidrawWrapper = () => {
|
|||
>
|
||||
<option value="none">none</option>
|
||||
<option value="contain">contain</option>
|
||||
<option value="cover">cover</option>
|
||||
</select>
|
||||
</label>
|
||||
<label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue