mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-21 00:07:01 +08:00
refactor(editor): remove legacy block service spec slots (#11013)
This commit is contained in:
@@ -63,9 +63,7 @@ export class AffineScrollAnchoringWidget extends WidgetComponent {
|
||||
|
||||
anchorBounds$ = signal<Bound | null>(null);
|
||||
|
||||
highlighted$ = computed(() =>
|
||||
this.service.selectionManager.find(HighlightSelection)
|
||||
);
|
||||
highlighted$ = computed(() => this.std.selection.find(HighlightSelection));
|
||||
|
||||
#getBoundsInEdgeless() {
|
||||
const controller = this.std.get(GfxControllerIdentifier);
|
||||
|
||||
Reference in New Issue
Block a user