Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/landing/history/src/action/ |
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/js/landing/history/src/action/remove-node.js |
/** * History entry action for remove node. * @param {object} entry History entry. * @return {Promise} */ export default function removeNode(entry) { // entry.block === null >> designer mode return new Promise((resolve, reject) => { const tags = entry.params.tags || {}; top.BX.onCustomEvent(this, 'Landing:onHistoryRemoveNode', [tags]); resolve(); }); }