draftjs
draftjs copied to clipboard
fix: change Entity.entityMap.data to map[string]interface{}
value type is any in js code, for example:
https://github.com/facebookarchive/draft-js/blob/afdb5c3177c13fd26cb0abbdc439488f3e21b73b/src/model/encoding/RawDraftEntity.js#L23