diff --git a/example/lib/presentation/quill/samples/quill_images_sample.dart b/example/lib/presentation/quill/samples/quill_images_sample.dart index b483e733..849abc32 100644 --- a/example/lib/presentation/quill/samples/quill_images_sample.dart +++ b/example/lib/presentation/quill/samples/quill_images_sample.dart @@ -8,7 +8,7 @@ final quillImagesSample = [ 'attributes': { 'width': '100', 'height': '100', - 'style': 'width:500px; height:350px;' + 'style': 'width:500px; height:350px; deletable: false;' } }, {'insert': '\n'}, diff --git a/example/macos/Podfile.lock b/example/macos/Podfile.lock index c4d7d7cb..01dc2393 100644 --- a/example/macos/Podfile.lock +++ b/example/macos/Podfile.lock @@ -85,4 +85,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009 -COCOAPODS: 1.14.2 +COCOAPODS: 1.14.3