We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515f8e3 commit 19dd409Copy full SHA for 19dd409
example/lib/presentation/quill/samples/quill_images_sample.dart
@@ -14,8 +14,8 @@ final quillImagesSample = [
14
'insert': {
15
'image': true
16
? 'https://upload.wikimedia.org/wikipedia/commons/b/b6/Image_created_with_a_mobile_phone.png'
17
- // ignore: dead_code
18
// TODO: Doesn't work on web, finds out why
+ // ignore: dead_code
19
: 'https://helpx.adobe.com/content/dam/help/en/photoshop/using/convert-color-image-black-white/jcr_content/main-pars/before_and_after/image-before/Landscape-Color.jpg'
20
},
21
'attributes': {
0 commit comments