更新 colorpicker 的注释细节

This commit is contained in:
贤心 2022-08-04 03:00:26 +08:00
parent 01e7390e7a
commit 0331c9ec10

View File

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