mirror of
https://github.com/jesse-r-s-hines/obsidian-open-tab-settings.git
synced 2026-07-22 05:43:41 +00:00
Remvoe extraneous comment
This commit is contained in:
parent
91a21fe963
commit
8b00a96e99
1 changed files with 1 additions and 1 deletions
2
src/types.d.ts
vendored
2
src/types.d.ts
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue