mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-08 06:16:02 +01:00
Reworked tabs to be more generic. Added support for memorizing the active tab
This commit is contained in:
@@ -81,6 +81,7 @@ export default class ArrayField {
|
||||
}
|
||||
|
||||
actionEvent(event) {
|
||||
event && event.preventDefault();
|
||||
let element = $(event.target);
|
||||
let action = element.data('grav-array-action');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user