Skip to content

Commit c76008f

Browse files
committed
2.2.1
1 parent 17e0829 commit c76008f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Vue 3
22

3+
## v2.2.1
4+
5+
- Bugfix: Display update was not triggered after exiting printing mode
6+
37
## v2.2.0
48

59
- 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))
6-
- Bugfix: Display update was not triggered after exiting printing mode
710

811
## v2.1.2
912

src/DocumentEditor/DocumentEditor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,8 +526,8 @@ export default {
526526
}
527527
document.body = this._page_body;
528528
529-
// reposition pages
530-
this.update_pages_elts();
529+
// recompute editor with and reposition elements
530+
this.update_editor_width();
531531
}
532532
},
533533

0 commit comments

Comments
 (0)