mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
chore: fix eslint in blocksuite (#9232)
This commit is contained in:
@@ -68,7 +68,7 @@ export class EmbedHtmlFullscreenToolbar extends LitElement {
|
||||
}
|
||||
`;
|
||||
|
||||
private _popSettings = () => {
|
||||
private readonly _popSettings = () => {
|
||||
this._popperVisible = true;
|
||||
popMenu(popupTargetFromElement(this._fullScreenToolbarContainer), {
|
||||
options: {
|
||||
|
||||
Reference in New Issue
Block a user