mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-25 18:26:05 +08:00
refactor(editor): remove readonly in awareness (#9597)
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import { IS_IOS } from '@blocksuite/global/env';
|
||||
import type * as GlobalTypes from '@blocksuite/global/types';
|
||||
import { DisposableGroup } from '@blocksuite/global/utils';
|
||||
import { signal } from '@preact/signals-core';
|
||||
import type { ReactiveController, ReactiveControllerHost } from 'lit';
|
||||
|
||||
declare type _GLOBAL_ = typeof GlobalTypes;
|
||||
|
||||
function notSupportedWarning() {
|
||||
console.warn('VirtualKeyboard API and VisualViewport API are not supported');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user