wwf
2 天以前 a430284aa21e3ae1f0d5654e55b2ad2852519cc2
app/components/workflow/note-node/note-editor/editor.tsx
@@ -44,7 +44,8 @@
              onFocus={() => setShortcutsEnabled(false)}
              onBlur={() => setShortcutsEnabled(true)}
              spellCheck={false}
              className='h-full w-full text-text-secondary caret-primary-600 outline-none'
              className='w-full h-full outline-none text-text-secondary caret-primary-600'
              placeholder={placeholder}
            />
          </div>
        }