AppFlowy/frontend/rust-lib/flowy-document2/tests/document
Kilu.He 177f7c4fa3
Support document multiple instance and change doc_id from String to &str (#2808)
* fix: support multiple document

* fix: change the doc_id params to ref

* fix: function to converge subscription state

* fix: mousedown behavior update

* fix: turn to textblock when the enter pressed in empty block

* fix: support cut

* fix: emoji caret

* fix: support slash arrow key

* fix: eslint padding-line-between-statements

* fix: add comment

* fix: block side menu bugs

* fix: support key event to select block menu option

* fix: support side menu arrow key

* fix: optimizate selectOptionByUpDown

* fix: format
2023-06-17 14:25:30 +08:00
..
document_insert_test.rs chore: create redo/undo bridge (#2760) 2023-06-15 10:37:51 +08:00
document_redo_undo_test.rs Support document multiple instance and change doc_id from String to &str (#2808) 2023-06-17 14:25:30 +08:00
document_test.rs Support document multiple instance and change doc_id from String to &str (#2808) 2023-06-17 14:25:30 +08:00
event_handler_test.rs feat: public the json to document data pb api (#2694) 2023-06-03 20:43:46 +08:00
mod.rs chore: create redo/undo bridge (#2760) 2023-06-15 10:37:51 +08:00
util.rs Support document multiple instance and change doc_id from String to &str (#2808) 2023-06-17 14:25:30 +08:00