mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-18 18:46:19 +08:00
75f4c0eede
This PR implements [feature request] #14845 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Add-block control that appears when hovering blocks in page mode to insert and auto-focus a new paragraph; control hides after insertion. * **Improvements** * Improved hover and interaction handling to avoid accidental triggers when interacting with the drag handle or add-block control. * Consistent sizing, positioning, and visibility behavior for the add-block control. * **Style** * Moved heading icon slightly for improved visual alignment. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com>
26 lines
752 B
JSON
26 lines
752 B
JSON
{
|
|
"extends": "../../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./dist",
|
|
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../../blocks/callout" },
|
|
{ "path": "../../blocks/embed" },
|
|
{ "path": "../../blocks/list" },
|
|
{ "path": "../../blocks/note" },
|
|
{ "path": "../../blocks/paragraph" },
|
|
{ "path": "../../blocks/surface" },
|
|
{ "path": "../../components" },
|
|
{ "path": "../../ext-loader" },
|
|
{ "path": "../../model" },
|
|
{ "path": "../../rich-text" },
|
|
{ "path": "../../shared" },
|
|
{ "path": "../../../framework/global" },
|
|
{ "path": "../../../framework/std" },
|
|
{ "path": "../../../framework/store" }
|
|
]
|
|
}
|