Fixes creating placeholder in smart tag
This commit is contained in:
@@ -163,7 +163,7 @@ class EditorCtrl extends PureCtrl {
|
||||
|
||||
this.application.streamItems({
|
||||
contentType: ContentTypes.Tag,
|
||||
stream: async ({ items, source }) => {
|
||||
stream: async ({ items }) => {
|
||||
if (!this.state.note) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user