add skip link for kanban

This commit is contained in:
daria 2025-02-19 18:08:59 +02:00
parent 3e3a950870
commit 3df1393083

View File

@ -1391,6 +1391,7 @@ define([
Framework.create({
toolbarContainer: '#cme_toolbox',
contentContainer: '#cp-app-kanban-editor',
skipLink: '#cp-app-kanban-content'
}, waitFor(function (framework) {
andThen2(framework);
}));