Firepad's color button does not change color of the text

114 Views Asked by At

I am using the userlist.html given in github. However the color drop down does not change the color of the text. Everything else works as expected. I also do not get any error in the console.

PS: I am using codemirror with firepad.

Any help is appreciated :)

1

There are 1 best solutions below

1
On

The problem was because of the codemirror mode which was set to Javascript. Hence it was trying to use javascript's coloring scheme.