bb-plane-fork/web/core/components/pages/version
Vipin Chaudhary 6bafdb6dd8
[PE-298] Fix: Copy markdown to clipboard (#6675)
* fix: markdown for mentions fixed

* fix: copying text in mentions

* fix: refactored the component to use the same function

* chore: renamed funcion name

* add the new copy extension

* init working fix

* remove useless code

* improve readibility

* update node import

* better smaller logic

* remove log

* add open close end handler

* update readabliity

* handle tables

* handle triple click in cell

* triple tap select current line

* handle block and list

* lists fixed

* handle all possible cases of copy in table

* update the min elements

* handle multi types in table

* handle table seletion cases

* handle whole table handler

* feat: all case converd

* update markdown handling code

* update return statement

* handle using group block

* handle param

* handle multple cell in table

* handle using recursion

* add types

* fix code rabbit  suggestions

* fix root node bug

* update recursion with loop

* update transform copied to false

* refactor clipboard extension: remove options and integrate MarkdownClipboard into core extensions

* fix: header and code handler

* fix: store hooks fixed

* fix: mention id

---------

Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com>
2025-03-24 12:32:11 +05:30
..
editor.tsx [PE-298] Fix: Copy markdown to clipboard (#6675) 2025-03-24 12:32:11 +05:30
index.ts [WEB-2293] refactor: version editor (#5454) 2024-08-28 19:56:28 +05:30
main-content.tsx [WEB-1116] fix: current version not displaying the latest content (#5573) 2024-09-10 16:13:20 +05:30
root.tsx fix: version history z index (#6531) 2025-01-31 15:59:15 +05:30
sidebar-list-item.tsx [WEB-310] dev: private bucket implementation (#5793) 2024-10-11 20:13:38 +05:30
sidebar-list.tsx [WEB-2293] feat: pages version history (#5417) 2024-08-26 14:03:55 +05:30
sidebar-root.tsx [WEB-2293] feat: pages version history (#5417) 2024-08-26 14:03:55 +05:30