Make the first image asset in the sample undeletable

pull/1564/head
Ellet 2 years ago
parent e1c653ced9
commit 7ccd61e63e
No known key found for this signature in database
GPG Key ID: C488CC70BBCEF0D1
  1. 2
      example/lib/presentation/quill/samples/quill_images_sample.dart
  2. 2
      example/macos/Podfile.lock

@ -8,7 +8,7 @@ final quillImagesSample = [
'attributes': { 'attributes': {
'width': '100', 'width': '100',
'height': '100', 'height': '100',
'style': 'width:500px; height:350px;' 'style': 'width:500px; height:350px; deletable: false;'
} }
}, },
{'insert': '\n'}, {'insert': '\n'},

@ -85,4 +85,4 @@ SPEC CHECKSUMS:
PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009 PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009
COCOAPODS: 1.14.2 COCOAPODS: 1.14.3

Loading…
Cancel
Save