更新 colorpicker 的注释细节
This commit is contained in:
parent
01e7390e7a
commit
0331c9ec10
@ -706,6 +706,8 @@ layui.define(['jquery', 'lay'], function(exports){
|
|||||||
|
|
||||||
// 取消选择的回调
|
// 取消选择的回调
|
||||||
typeof options.cancel === 'function' && options.cancel(that.color);
|
typeof options.cancel === 'function' && options.cancel(that.color);
|
||||||
|
|
||||||
|
// 移除面板
|
||||||
that.removePicker();
|
that.removePicker();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user