related to #1434 quit edition mode when changin page

This commit is contained in:
Matthieu Leproux
2021-06-18 15:23:04 +02:00
parent 599c5ec3c3
commit 8561d48f69
+1
View File
@@ -927,6 +927,7 @@ function getNumberPages() {
}
function movePage(toRigth = true) {
$(".tag-box").removeClass("edit-name");
if (toRigth) {
if (actualPage < getNumberPages()) {
actualPage++;