Fix duplicated WebContextMenus find
This commit is contained in:
parent
b48998d485
commit
85bfa1e719
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ export default definePlugin({
|
|||
}
|
||||
},
|
||||
{
|
||||
find: 'navId:"textarea-context"',
|
||||
find: ".SLASH_COMMAND_SUGGESTIONS_TOGGLED,{",
|
||||
predicate: () => settings.store.addBack,
|
||||
replacement: [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue