@blocksuite/lit
Advanced tools
Comparing version 0.12.0-nightly-202401230348-5996f96 to 0.12.0-nightly-202401230847-4e2c1ee
@@ -103,5 +103,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
: undefined, | ||
path: options?.global || options?.flavour | ||
? undefined | ||
: this.topContenteditableElement?.path ?? this.path, | ||
path: options?.global || options?.flavour ? undefined : this.path, | ||
}; | ||
@@ -108,0 +106,0 @@ this._disposables.add(this.host.event.bindHotkey(keymap, config)); |
{ | ||
"name": "@blocksuite/lit", | ||
"version": "0.12.0-nightly-202401230348-5996f96", | ||
"version": "0.12.0-nightly-202401230847-4e2c1ee", | ||
"description": "Lit renderer for blocksuite store", | ||
@@ -11,13 +11,13 @@ "type": "module", | ||
"peerDependencies": { | ||
"@blocksuite/block-std": "0.12.0-nightly-202401230348-5996f96", | ||
"@blocksuite/store": "0.12.0-nightly-202401230348-5996f96" | ||
"@blocksuite/block-std": "0.12.0-nightly-202401230847-4e2c1ee", | ||
"@blocksuite/store": "0.12.0-nightly-202401230847-4e2c1ee" | ||
}, | ||
"dependencies": { | ||
"lit": "^3.1.1", | ||
"@blocksuite/global": "0.12.0-nightly-202401230348-5996f96", | ||
"@blocksuite/inline": "0.12.0-nightly-202401230348-5996f96" | ||
"@blocksuite/global": "0.12.0-nightly-202401230847-4e2c1ee", | ||
"@blocksuite/inline": "0.12.0-nightly-202401230847-4e2c1ee" | ||
}, | ||
"devDependencies": { | ||
"@blocksuite/block-std": "0.12.0-nightly-202401230348-5996f96", | ||
"@blocksuite/store": "0.12.0-nightly-202401230348-5996f96" | ||
"@blocksuite/block-std": "0.12.0-nightly-202401230847-4e2c1ee", | ||
"@blocksuite/store": "0.12.0-nightly-202401230847-4e2c1ee" | ||
}, | ||
@@ -24,0 +24,0 @@ "exports": { |
@@ -171,6 +171,3 @@ import type { BlockService } from '@blocksuite/block-std'; | ||
: undefined, | ||
path: | ||
options?.global || options?.flavour | ||
? undefined | ||
: this.topContenteditableElement?.path ?? this.path, | ||
path: options?.global || options?.flavour ? undefined : this.path, | ||
}; | ||
@@ -177,0 +174,0 @@ this._disposables.add(this.host.event.bindHotkey(keymap, config)); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
149602
2513
+ Added@blocksuite/block-std@0.12.0-nightly-202401230847-4e2c1ee(transitive)
+ Added@blocksuite/global@0.12.0-nightly-202401230847-4e2c1ee(transitive)
+ Added@blocksuite/inline@0.12.0-nightly-202401230847-4e2c1ee(transitive)
+ Added@blocksuite/store@0.12.0-nightly-202401230847-4e2c1ee(transitive)
- Removed@blocksuite/block-std@0.12.0-nightly-202401230348-5996f96(transitive)
- Removed@blocksuite/global@0.12.0-nightly-202401230348-5996f96(transitive)
- Removed@blocksuite/inline@0.12.0-nightly-202401230348-5996f96(transitive)
- Removed@blocksuite/store@0.12.0-nightly-202401230348-5996f96(transitive)
Updated@blocksuite/global@0.12.0-nightly-202401230847-4e2c1ee
Updated@blocksuite/inline@0.12.0-nightly-202401230847-4e2c1ee