We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11a74d commit d74fc08Copy full SHA for d74fc08
src/primitive.js
@@ -448,7 +448,7 @@ var _ = Mavo.Primitive = class Primitive extends Mavo.Node {
448
449
let editor = this.editor ?? this.originalEditor;
450
451
- if (editor?.matches("select:not(.mv-options-select")) {
+ if (editor?.matches("select:not(.mv-options-select)")) {
452
// This is a select menu that is not automatically generated from mv-options
453
// We need to update this.options
454
0 commit comments