@fulate/tools 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @fulate/tools Editor integration
|
|
2
2
|
|
|
3
|
-
每个活动 Root 只有一个 `EditorInteractionController`。它拥有 selection、输入仲裁、Transform/Point
|
|
3
|
+
每个活动 Root 只有一个 `EditorInteractionController`。它拥有 selection、输入仲裁、Transform/Point
|
|
4
4
|
gesture、Content session、Line/LineTree branch draft 与 semantic History 边界;`Select` 只保留 command/paint
|
|
5
5
|
surface,`LineTool` 只保留 command/preview surface。Transform 的每个已派发 pointer 输入都立即从
|
|
6
6
|
frozen baseline 解析并提交一个 trusted batch;Point gesture 继续只在每个显示帧消费最后一个 intent。
|