mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-20 03:26:47 +08:00
+1
-1
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @vitest-environment happy-dom
|
||||
*/
|
||||
import { BlockSelection, TextSelection } from '@blocksuite/block-std';
|
||||
import { BlockSelection, TextSelection } from '@blocksuite/std';
|
||||
import { describe, expect, it, vi } from 'vitest';
|
||||
|
||||
import { isNothingSelectedCommand } from '../../../commands/selection/is-nothing-selected';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { CommandManager, type EditorHost } from '@blocksuite/block-std';
|
||||
import { CommandManager, type EditorHost } from '@blocksuite/std';
|
||||
import type { Block, Store } from '@blocksuite/store';
|
||||
import { Subject } from 'rxjs';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user