qword 1.0.1 → 1.0.2

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/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ 2026.05.13, v1.0.2
2
+
3
+ feature:
4
+ - b5f57a7 qword: full height
5
+
1
6
  2026.05.13, v1.0.1
2
7
 
3
8
  fix:
package/client/qword.js CHANGED
@@ -131,6 +131,7 @@ Qword.prototype._init = async function() {
131
131
  };
132
132
 
133
133
  Qword.prototype._initEditor = function() {
134
+ this._Element.style.height = '100vh';
134
135
  const baseExtensions = () => [
135
136
  lineNumbers(),
136
137
  history(),