We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e0829 commit c76008fCopy full SHA for c76008f
CHANGELOG.md
@@ -1,9 +1,12 @@
1
# Vue 3
2
3
+## v2.2.1
4
+
5
+- Bugfix: Display update was not triggered after exiting printing mode
6
7
## v2.2.0
8
9
- User can now provide a function for `page_margins`, to set margins specific to the page number (for more info read the [API](API.md))
-- Bugfix: Display update was not triggered after exiting printing mode
10
11
## v2.1.2
12
src/DocumentEditor/DocumentEditor.vue
@@ -526,8 +526,8 @@ export default {
526
}
527
document.body = this._page_body;
528
529
- // reposition pages
530
- this.update_pages_elts();
+ // recompute editor with and reposition elements
+ this.update_editor_width();
531
532
},
533
0 commit comments