This used to override the image intent detection to allow you to fallback to text. This stopped working when the UI was changed to be driven from the data entries list instead of embedded JSX content in #45. To fix it there needs to be a way from the element to reset the content type and the decision of that intent evaluation.
This used to override the image intent detection to allow you to fallback to text. This stopped working when the UI was changed to be driven from the data
entries
list instead of embedded JSX content in #45. To fix it there needs to be a way from the element to reset the content type and the decision of that intent evaluation.