Skip to content

Commit 19dd409

Browse files
author
Ellet
committed
Fix analyze warrning
1 parent 515f8e3 commit 19dd409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/presentation/quill/samples/quill_images_sample.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ final quillImagesSample = [
1414
'insert': {
1515
'image': true
1616
? 'https://upload.wikimedia.org/wikipedia/commons/b/b6/Image_created_with_a_mobile_phone.png'
17-
// ignore: dead_code
1817
// TODO: Doesn't work on web, finds out why
18+
// ignore: dead_code
1919
: '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'
2020
},
2121
'attributes': {

0 commit comments

Comments
 (0)