mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-19 07:17:00 +08:00
refactor(editor): add gfx entry in bs global package (#10612)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { clamp } from '@blocksuite/global/utils';
|
||||
import { clamp } from '@blocksuite/global/gfx';
|
||||
|
||||
import { createPropertyConvert } from '../core/index.js';
|
||||
import { multiSelectPropertyModelConfig } from './multi-select/define.js';
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import type { InsertToPosition } from '@blocksuite/affine-shared/utils';
|
||||
import { assertExists, Point, Rect } from '@blocksuite/global/utils';
|
||||
import { Point, Rect } from '@blocksuite/global/gfx';
|
||||
import { assertExists } from '@blocksuite/global/utils';
|
||||
import { computed } from '@preact/signals-core';
|
||||
import type { ReactiveController } from 'lit';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user