mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
feature(buffer) if buffer disabled, and copy, cut, paste, clear shows alert
This commit is contained in:
parent
53ff18b38b
commit
61d2cc6555
1 changed files with 2 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ var Util, DOM;
|
|||
isEnabled(function(is) {
|
||||
if (is)
|
||||
callback();
|
||||
else
|
||||
Dialog.alert('Buffer disabled in config!');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue