You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be good if the colours chosen to represent new cells didn't clash with ones that already exist, as I managed to confuse myself by creating a diagram where several elements were all the same colour and I couldn't distinguish between them! Maybe even have an option to forbid the selection of colours manually if it already exists in the diagram (although for complicated diagrams you might have to double up at some point).
Also more colour presets would be nice!
The text was updated successfully, but these errors were encountered:
I also can't seem to input full 6-digit hex colour codes when typing in the colour picker box, as typing three digits accepts it as a the 3-digit version (e.g. #123 becomes #112233). You can still paste in full 6-digit codes and have the box accept them.
I downgraded the react-color package to version 2.17.0 since
BlockPicker is broken in newer versions. Also I stopped hiding
the picker in onChangeComplete to allow 6-digit hex colour codes.
Would be good if the colours chosen to represent new cells didn't clash with ones that already exist, as I managed to confuse myself by creating a diagram where several elements were all the same colour and I couldn't distinguish between them! Maybe even have an option to forbid the selection of colours manually if it already exists in the diagram (although for complicated diagrams you might have to double up at some point).
Also more colour presets would be nice!
The text was updated successfully, but these errors were encountered: