mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
Update actionsList after selection
This commit is contained in:
@ -175,6 +175,13 @@ function renderActionsList() {
|
||||
id: e.params.data.actionId,
|
||||
model: e.params.data.id
|
||||
});
|
||||
|
||||
for (let i = 0; i < actionsList.length; i++) {
|
||||
if (actionsList[i].id == e.params.data.actionId) {
|
||||
actionsList[i].model = e.params.data.id;
|
||||
break;
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
toggleScrollbarPadding();
|
||||
|
||||
Reference in New Issue
Block a user