1
0
mirror of synced 2025-12-09 15:28:12 +08:00

patch(#152): fixes resize issue when using zoom

This commit is contained in:
Jamie Peabody
2021-10-02 14:19:15 +01:00
parent b49c9ce40f
commit b9bc901dd2
3 changed files with 7 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changes
## 4.3.3
* patch: Fixes resize issue when using zoom [#152](https://github.com/wickedest/Mergely/issues/152).
## 4.3.2
* patch: Reset the current change position when [setValue](https://mergely.com/doc##options_callbacks), [clear](https://mergely.com/doc#clear), [lhs](https://mergely.com/doc#lhs) or [rhs](https://mergely.com/doc#rhs) are called.