Daybrush (Younkue Choi)

Results 714 comments of Daybrush (Younkue Choi)

@dizayn-design Check react-moveable 0.32.3 version. Thank you :)

@dizayn-design Is it still the same in 0.38.1? I tested it in Firefox right now and it works. If not, check the Firefox version/Windows or Mac.

@dizayn-design "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0" react-moveable 0.38.2 There is no problem on my computer. It also works normally on Mac and Windows. What's the...

@dizayn-design I'm not sure either.. Can you please provide a demo.

@dizayn-design Your demo also works well on Windows and Mac. what is your pc Also tell me the useragent.

@dizayn-design I understand what you said now. sorry. I only thought about the size of the cursor. ```jsx onScale={(e) => (ref!.style.transform = e.afterTransform)} onDrag={(e) => (ref!.style.transform = e.transform)} ``` or...

@guyhagemans Use `renderDirections` prop renderDirections={["e", "s", "w", "ne", "nw", "se", "sw"]}

@guyhagemans You will have to use css depth deeply or use !important. https://codesandbox.io/s/laughing-danny-p8xd4s

@milosponj It seems difficult to change css at runtime. There seems to be a way to directly change the style or add css directly.

Use `style` prop ```jsx ```