Browse Source

更新 colorpicker 的注释细节

pull/1108/head
贤心 2 years ago
parent
commit
0331c9ec10
  1. 2
      src/modules/colorpicker.js

2
src/modules/colorpicker.js

@ -706,6 +706,8 @@ layui.define(['jquery', 'lay'], function(exports){
// 取消选择的回调
typeof options.cancel === 'function' && options.cancel(that.color);
// 移除面板
that.removePicker();
});

Loading…
Cancel
Save