#Unresponsive Lexical UI bug
15 messages · Page 1 of 1 (latest)
Help is on the way! To mark it as solved, use the /solve command. In the meantime, here are some existing threads that may help you:
Documentation:
Hey @rare frost could you provide a couple of things:
- What version of payload
- using a specific payload template
- can you share your field config that sets up lexical if you did this from scratch
"payload": "^3.79.0", I believe I used the multitenant template -
editor: lexicalEditor({
admin: {
hideGutter: true,
},
features: (props) => {
return [
...props.defaultFeatures,
FixedToolbarFeature(),
BlocksFeature({
inlineBlocks: richTextBlockList.inline,
blocks: richTextBlockList.blocks,
}),
TextStateFeature({
state: textStateValues
}),
]
},
}),
Bear in mind that I updated from I believe payload@3.55.0 to try and fix this
can you open the inspector and see what the console is throwing for errors?
I've got to imagine it is lighting up like a christmas tree if something like this is happening
no errors in the terminal either?
nothing at all
some incorrect form label issues buts thats been there for as long as I can remember
hmm very strange! I will try to reproduce
It is, but since its only locally it seemingly isnt the biggest problem