diff options
| author | Julie Lala <jules@okfoc.us> | 2015-08-18 08:41:40 -0400 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-08-18 08:41:40 -0400 |
| commit | 8752354fa9b2b8c03b47b33a75e0ca95e8335d97 (patch) | |
| tree | 8fdf4fee1388ff6a3584efa9a3464134758c0f40 /js/clipboard.js | |
| parent | be3ee32defb4e0a0b013beed1398b67ced8d13e5 (diff) | |
check if changed before autouploading, hide filetool, other stuff..
Diffstat (limited to 'js/clipboard.js')
| -rw-r--r-- | js/clipboard.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/js/clipboard.js b/js/clipboard.js index 7e683dc..a7dc8f6 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -122,7 +122,8 @@ var clipboard = (function () { lex.build() } } - + + current_filetool && current_filetool.blur() }, import_text: function () { |
