plane/web/components/issues/peek-overview/index.ts
guru_sainath 10057377dc
fix: improved issue description editor focus and state management (#3690)
* chore: issue input and editor reload alert issue resolved

* chore: issue description mutation issue in inbox

* fix: reload confirmation alert and stay focused after saving

* chore: updated the renderOnPropChange prop in the description-input

---------

Co-authored-by: sriram veeraghanta <veeraghanta.sriram@gmail.com>
2024-02-18 15:28:37 +05:30

6 lines
136 B
TypeScript

export * from "./issue-detail";
export * from "./properties";
export * from "./root";
export * from "./view";
export * from "./header";