You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,9 @@ You can insert an image into the input using [setImage](docs/API_REFERENCE.md#se
212
212
213
213
The image will be put into a single line in the input and will affect the line's height as well as input's height. Keep in mind, that image will replace currently selected text or insert into the cursor position if there is no text selection.
214
214
215
+
> [!NOTE]
216
+
> The iOS doesn't support inline images just yet, but it's planned in the near future!
217
+
215
218
## Style Detection
216
219
217
220
All of the above styles can be detected with the use of [onChangeState](docs/API_REFERENCE.md#onchangestate) event payload.
0 commit comments