feat(labs): super editor (#2001)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { PlainEditorType } from '@/Utils/DropdownItemsForEditors'
|
||||
import { FeatureIdentifier } from '@standardnotes/features'
|
||||
import { NoteType, PredicateCompoundOperator, PredicateJsonForm } from '@standardnotes/snjs'
|
||||
import { makeObservable, observable, action } from 'mobx'
|
||||
import { PredicateKeypath, PredicateKeypathTypes } from './PredicateKeypaths'
|
||||
@@ -59,7 +59,7 @@ export class CompoundPredicateBuilderController {
|
||||
this.setPredicate(index, { value: Object.values(NoteType)[0] })
|
||||
break
|
||||
case 'editorIdentifier':
|
||||
this.setPredicate(index, { value: PlainEditorType })
|
||||
this.setPredicate(index, { value: FeatureIdentifier.PlainEditor })
|
||||
break
|
||||
case 'date':
|
||||
this.setPredicate(index, { value: '1.days.ago' })
|
||||
|
||||
Reference in New Issue
Block a user