@jinntec/jinntap 1.21.0 → 1.21.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/jinn-tap.es.js +3 -1
- package/package.json +1 -1
package/dist/jinn-tap.es.js
CHANGED
|
@@ -48490,7 +48490,9 @@ class R4 extends HTMLElement {
|
|
|
48490
48490
|
}
|
|
48491
48491
|
newDocument() {
|
|
48492
48492
|
const { doc: e, content: t } = x4();
|
|
48493
|
-
this.document = e, this.content = t
|
|
48493
|
+
this.document = e, this.content = t, this.metadata = {
|
|
48494
|
+
name: "untitled.xml"
|
|
48495
|
+
};
|
|
48494
48496
|
}
|
|
48495
48497
|
// Method to focus the editor
|
|
48496
48498
|
focus() {
|