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
@@ -89,3 +89,26 @@ ImageViewer.Multi is an [uncontrolled](https://reactjs.org/docs/glossary.html#co
89
89
```
90
90
91
91
You can use ref for manual manipulation of ImageViewer.Multi, or consider using `ImageViewer.show()`.
92
+
93
+
### Why doesn't my custom image preview support gestures?
94
+
95
+
Since the default image preview mechanism is used in ImageViewer, if custom rendering is required, the ref can be manually passed in according to actual needs, and the ref can be bound to the tag element of the custom rendering by itself.
0 commit comments