mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -20,13 +20,13 @@ import {
|
||||
} from '../../../edgeless/utils/query.js';
|
||||
|
||||
export class ElementToolbarMoreMenuContext extends MenuContext {
|
||||
#empty = true;
|
||||
readonly #empty: boolean;
|
||||
|
||||
#includedFrame = false;
|
||||
readonly #includedFrame: boolean;
|
||||
|
||||
#multiple = false;
|
||||
readonly #multiple: boolean;
|
||||
|
||||
#single = false;
|
||||
readonly #single: boolean;
|
||||
|
||||
edgeless!: EdgelessRootBlockComponent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user