mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 06:18:45 +08:00
chore(editor): cleanup dead code (#9904)
This commit is contained in:
@@ -15,7 +15,6 @@ import '@shoelace-style/shoelace/dist/components/tooltip/tooltip.js';
|
||||
import '@shoelace-style/shoelace/dist/themes/light.css';
|
||||
import '@shoelace-style/shoelace/dist/themes/dark.css';
|
||||
import './left-side-panel.js';
|
||||
import './side-panel.js';
|
||||
|
||||
import { NotionHtmlAdapter } from '@blocksuite/affine-shared/adapters';
|
||||
import type { AffineTextAttributes } from '@blocksuite/affine-shared/types';
|
||||
@@ -65,7 +64,6 @@ import type { CustomOutlinePanel } from './custom-outline-panel.js';
|
||||
import type { CustomOutlineViewer } from './custom-outline-viewer.js';
|
||||
import type { DocsPanel } from './docs-panel.js';
|
||||
import type { LeftSidePanel } from './left-side-panel.js';
|
||||
import type { SidePanel } from './side-panel.js';
|
||||
|
||||
const basePath =
|
||||
'https://cdn.jsdelivr.net/npm/@shoelace-style/shoelace@2.11.2/dist';
|
||||
@@ -1046,9 +1044,6 @@ export class StarterDebugMenu extends ShadowlessElement {
|
||||
|
||||
@property({ attribute: false })
|
||||
accessor readonly = false;
|
||||
|
||||
@property({ attribute: false })
|
||||
accessor sidePanel!: SidePanel;
|
||||
}
|
||||
|
||||
declare global {
|
||||
|
||||
Reference in New Issue
Block a user