#348 텍스트 작게 후 크게 되지 않는 오류 수정
This commit is contained in:
@ -531,7 +531,7 @@ function font_resize(id, act)
|
||||
count = 0;
|
||||
|
||||
// 크롬의 최소 폰트사이즈 버그로 작게는 한단계만 가능
|
||||
if(count == -1)
|
||||
if(act == "decrease" && count == -1)
|
||||
return;
|
||||
|
||||
$elements.each(function() {
|
||||
|
||||
Reference in New Issue
Block a user