Cleanup
This commit is contained in:
parent
3b1df89869
commit
a5806e9162
@ -119,17 +119,6 @@ export function AllImagesView(vm, params) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// function addAlbum() {
|
|
||||||
// const albumName = prompt("Album Name");
|
|
||||||
// if (albumName && albumName.trim()) {
|
|
||||||
// const a = new AlbumType({
|
|
||||||
// title: albumName.trim(),
|
|
||||||
// count: 0
|
|
||||||
// });
|
|
||||||
// a.save();
|
|
||||||
// }
|
|
||||||
// }
|
|
||||||
|
|
||||||
function photoClick(evt, node, vm) {
|
function photoClick(evt, node, vm) {
|
||||||
if (selectMode()) {
|
if (selectMode()) {
|
||||||
toggleSelect(evt, node, vm);
|
toggleSelect(evt, node, vm);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user