Don't clear the clipboard after pasting into album.

Sometimes I want to do more operations.
master
voussoir 2018-03-09 17:50:41 -08:00
parent a1919a7725
commit f9bee5716c
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ function _paste_unpaste_photo_clipboard(add_or_remove)
{
return;
}
photo_clipboard.clear();
save_photo_clipboard();
location.reload();
};