When typing Chinese, the placeholder does not dissapear

image

You should remove the placeholder with Custom CSS

/*********** Hide "Type / for Commands" ***********/
.rich-text-editor-placeholder {
	display: none;
}