mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-26 04:04:41 +08:00
Merge branch 'feature/new-mobile' into HEAD
This commit is contained in:
@ -155,7 +155,7 @@ define([
|
||||
el.find('.color-palette a').removeClass('active');
|
||||
$target.addClass('active');
|
||||
|
||||
var color = $target.data('color'),
|
||||
var color = $target.data('color').toString(),
|
||||
effectId = $target.data('effectid');
|
||||
|
||||
me.currentColor = color;
|
||||
|
||||
Reference in New Issue
Block a user