Skip to content

Commit 31e1fd0

Browse files
committed
fix: minor bug with the _autoAppendNewlineAfterEmbeddable
1 parent 8ab5702 commit 31e1fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/models/documents/document.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ class Document {
307307
ops,
308308
op,
309309
res,
310-
BlockEmbed.videoType,
310+
embedType,
311311
);
312312
}
313313
}

0 commit comments

Comments
 (0)