draftjs icon indicating copy to clipboard operation
draftjs copied to clipboard

fix: change Entity.entityMap.data to map[string]interface{}

Open code-pangolin opened this issue 2 months ago • 0 comments

value type is any in js code, for example:

https://github.com/facebookarchive/draft-js/blob/afdb5c3177c13fd26cb0abbdc439488f3e21b73b/src/model/encoding/RawDraftEntity.js#L23

image

code-pangolin avatar Nov 17 '25 08:11 code-pangolin