Lucas.Xu 3 лет назад
Родитель
Сommit
31572d82f2
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      frontend/app_flowy/packages/appflowy_editor/documentation/testing.md

+ 0 - 1
frontend/app_flowy/packages/appflowy_editor/documentation/testing.md

@@ -43,7 +43,6 @@ print(length);
 
 
 **Get the node of the specified path**
 **Get the node of the specified path**
 ```dart
 ```dart
-// 获取上述文档结构中的第一个文本节点
 final firstTextNode = editor.nodeAtPath([0]) as TextNode;
 final firstTextNode = editor.nodeAtPath([0]) as TextNode;
 ```
 ```