fix brush size after zoom

This commit is contained in:
Sanster
2022-02-08 22:36:32 +08:00
parent 4e213e64e1
commit c5f4accbff
2 changed files with 23 additions and 9 deletions

View File

@@ -2,7 +2,7 @@ import React, { FocusEvent, useCallback, useEffect } from 'react'
import { Listbox } from '@headlessui/react'
import { CheckIcon, SelectorIcon } from '@heroicons/react/solid'
const sizes = ['1080', '2000', 'Original']
const sizes = ['720', '1080', '2000', 'Original']
type SizeSelectorProps = {
value: string