Skip to content

Commit 019d82f

Browse files
committed
[bug] fix link display resize default controls
1 parent 146ed84 commit 019d82f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

js/control.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,7 @@ var control = (function() {
14801480
type: "button",
14811481
func: function() {
14821482
_setValue("link.item.display.icon.size", 2);
1483-
link.render.item.icon.letter();
1483+
link.render.item.display.icon();
14841484
update();
14851485
}
14861486
}, {
@@ -1503,7 +1503,7 @@ var control = (function() {
15031503
element: helper.e(".control-link-item-name-size-default"),
15041504
type: "button",
15051505
func: function() {
1506-
_setValue("link.item.display.icon.size", 0.9);
1506+
_setValue("link.item.name.size", 0.9);
15071507
link.render.item.name();
15081508
update();
15091509
}

js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var version = (function() {
22

33
// version is normally bumped when the state needs changing or any new functionality is added
4-
var current = "3.8.2";
4+
var current = "3.8.4";
55

66
var compare = function(a, b) {
77
var pa = a.split(".");

0 commit comments

Comments
 (0)