nhn / toast-ui.vue-image-editor

Toast UI Image Editor for Vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Color palette doesn't show

SylvanoTombo opened this issue · comments

Hi,
The color palette in free drawing doesn't appear or small size
I dont know how to reproduce the issue
Screenshot_2019-11-07_12-13-47

Having the same issue

@SylvanoTombo I was able to solve this by going to the demo site : view source and take the css from it for the TOAST UI Color Picker and the tui-image-editor.js it's all commented. Apply that to your page and it should work. It did for me

@SylvanoTombo I was able to solve this by going to the demo site : view source and take the css from it for the TOAST UI Color Picker and the tui-image-editor.js it's all commented. Apply that to your page and it should work. It did for me

Thanks

commented

I had the same problem. If you are using npm you can also just import the css.
import 'tui-color-picker/dist/tui-color-picker.css';