Skip to content

Commit

Permalink
Make the first image asset in the sample undeletable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 4, 2023
1 parent e1c653c commit 7ccd61e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
2 changes: 1 addition & 1 deletion example/macos/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: c2e95c8c0fe03c5c57e438583cae4cc732296009

COCOAPODS: 1.14.2
COCOAPODS: 1.14.3

0 comments on commit 7ccd61e

Please sign in to comment.