Is there an existing issue for this?
🐛 Describe the bug
Pagination#update doesn't update computed pagination, tho Pagination#forceUpdate works
✔️ Expected behavior
Pagination#update should update computed pagination
👣 Steps to Reproduce
Call update on a computed Pagination
💻 Platform
⭐ Server Version
1.21.4
📚 Library Version
3.2.0
✍️ Additional context
https://github.com/DevNatan/inventory-framework/blob/b1147857970af3a803ebbf33f61312bbdf61cd56/inventory-framework-core/src/main/java/me/devnatan/inventoryframework/component/PaginationImpl.java#L419
also checking isComputed in this line would work, but I'm not sure if that would be a correct implementation
Is there an existing issue for this?
🐛 Describe the bug
Pagination#updatedoesn't update computed pagination, thoPagination#forceUpdateworks✔️ Expected behavior
Pagination#updateshould update computed pagination👣 Steps to Reproduce
Call
updateon a computedPagination💻 Platform
⭐ Server Version
1.21.4
📚 Library Version
3.2.0
✍️ Additional context
https://github.com/DevNatan/inventory-framework/blob/b1147857970af3a803ebbf33f61312bbdf61cd56/inventory-framework-core/src/main/java/me/devnatan/inventoryframework/component/PaginationImpl.java#L419
also checking
isComputedin this line would work, but I'm not sure if that would be a correct implementation