Remvoe extraneous comment

This commit is contained in:
Jesse Hines 2025-12-14 10:42:35 -05:00
parent 91a21fe963
commit 8b00a96e99
No known key found for this signature in database

2
src/types.d.ts vendored
View file

@ -1,7 +1,7 @@
import { PaneType, WorkspaceTabs, WorkspaceMobileDrawer } from 'obsidian';
/** We use this key to check if can safely close a recently created empty leaf during file deduplication. */
export type PaneTypePatch = PaneType|"same";
declare module "obsidian" {
interface WorkspaceLeaf {
openTabSettingsLastOpenType?: PaneTypePatch|"implicit",