diff --git a/src/main.js b/src/main.js index 1b10ee9f..2a468776 100644 --- a/src/main.js +++ b/src/main.js @@ -149,7 +149,7 @@ ${typeof x[1] === 'string' ? x[1] : JSON.stringify(x[1], null, 4)}` FrankerFaceZ.Logger = Logger; const VER = FrankerFaceZ.version_info = { - major: 4, minor: 0, revision: 0, extra: '-rc21.3', + major: 4, minor: 0, revision: 0, extra: '-rc21.4', commit: __git_commit__, build: __webpack_hash__, toString: () => diff --git a/src/modules/main_menu/components/action-editor.vue b/src/modules/main_menu/components/action-editor.vue index 3dfdc73b..d9e21a4b 100644 --- a/src/modules/main_menu/components/action-editor.vue +++ b/src/modules/main_menu/components/action-editor.vue @@ -129,56 +129,56 @@
-
-
-
-
@@ -284,11 +284,14 @@ import {has, maybe_call, deep_copy} from 'utilities/object'; +let id = 0; + export default { props: ['action', 'data', 'inline', 'context', 'modifiers'], data() { return { + id: id++, deleting: false, editing: false, edit_data: null diff --git a/src/std-components/simplebar.vue b/src/std-components/simplebar.vue index 3e49e428..5ae146a6 100644 --- a/src/std-components/simplebar.vue +++ b/src/std-components/simplebar.vue @@ -1,10 +1,12 @@