refactor(editor): remove readonly in awareness (#9597)

This commit is contained in:
Saul-Mirone
2025-01-09 05:15:35 +00:00
parent d21ef47ae8
commit 422bac6cbe
17 changed files with 71 additions and 179 deletions
@@ -1,4 +1 @@
export interface BlockSuiteFlags {
readonly: Record<string, boolean>;
}
export * from './virtual-keyboard.js';