Don't clear the clipboard after pasting into album.
Sometimes I want to do more operations.
This commit is contained in:
parent
a1919a7725
commit
f9bee5716c
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ function _paste_unpaste_photo_clipboard(add_or_remove)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
photo_clipboard.clear();
|
|
||||||
save_photo_clipboard();
|
save_photo_clipboard();
|
||||||
location.reload();
|
location.reload();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue