mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 05:58:56 +08:00
refactor(editor): remote selection widget (#9408)
This commit is contained in:
@@ -6,14 +6,12 @@ export {
|
||||
type AffineAIPanelState,
|
||||
type AffineAIPanelWidgetConfig,
|
||||
} from './ai-panel/type.js';
|
||||
export { AffineDocRemoteSelectionWidget } from './doc-remote-selection/doc-remote-selection.js';
|
||||
export { AffineDragHandleWidget } from './drag-handle/drag-handle.js';
|
||||
export {
|
||||
AFFINE_EDGELESS_COPILOT_WIDGET,
|
||||
EdgelessCopilotWidget,
|
||||
} from './edgeless-copilot/index.js';
|
||||
export { EdgelessCopilotToolbarEntry } from './edgeless-copilot-panel/toolbar-entry.js';
|
||||
export { EdgelessRemoteSelectionWidget } from './edgeless-remote-selection/index.js';
|
||||
export { AffineEdgelessZoomToolbarWidget } from './edgeless-zoom-toolbar/index.js';
|
||||
export {
|
||||
EDGELESS_ELEMENT_TOOLBAR_WIDGET,
|
||||
@@ -55,3 +53,7 @@ export {
|
||||
type AffineSlashSubMenu,
|
||||
} from './slash-menu/index.js';
|
||||
export { AffineSurfaceRefToolbar } from './surface-ref-toolbar/surface-ref-toolbar.js';
|
||||
export {
|
||||
AffineDocRemoteSelectionWidget,
|
||||
EdgelessRemoteSelectionWidget,
|
||||
} from '@blocksuite/affine-widget-remote-selection';
|
||||
|
||||
Reference in New Issue
Block a user