Select Git revision
-
Tobias Ullerich authoredTobias Ullerich authored
current_page_update.js 273 B
const MessageExecutable = require("./message_executable");
module.exports = class CurrentPageUpdate extends MessageExecutable {
handleMessage(plugin, message) {
plugin.currentProject.updateCurrentPage(message.newPage);
plugin.checkFeedbacks();
}
}