platform
platform copied to clipboard
UX table >> in a table, I cannot use the tab symbol to have bullet point to become a child bullet point, it creates a new cell in row below
UX table >> in a table, I cannot use the tab symbol to have bullet point to become a child bullet point, it creates a new cell in row below
example from wiki » https://front.hc.engineering/workbench/platform/document/untitled-661642d515b64cdef8965a6e
Root cause: the problem is with orders of extensions, the table extension is registered after list extensions. Shortcuts work in reverse order, so table handles key event first. We need to reorder extensions to make it working properly.