imagicbell / ublockly

reimplementation of google blockly for Unity
http://imagicbell.github.io/unity/2017/10/11/blockly-one.html
Apache License 2.0
138 stars 52 forks source link

ClassToolBox: BlockView OnDrag problem? #31

Closed vml933 closed 3 years ago

vml933 commented 3 years ago

Hi: I use theme: ClassToolBox, after apply cc0ff24 & f346ec9, the blockView drag function not working properly, is it a bug?

imagicbell commented 3 years ago

Sorry. I have a quick fix for this. But the sub-toolbox won't hide automatically now if you don't mind. I will figure out a better way in the future.

vml933 commented 3 years ago

Thanks for the quick fix.

imagicbell commented 3 years ago

Hi, I have a fixed commit 226a5649bca97fee6d40dc98c6601219abed3065 now. The sub-toolbox can hide automatically now, as google blockly. Sorry for the inconvenience.

vml933 commented 3 years ago

Thanks for the fix, ClassicToolbox now works perfect.