shovon
shovon
#115 > * [ ] Inclusion and exclusion filters are in place. It seems include exclude filters are not implemented yet
It has been a very long time since this issue and it still exists
for me filtering `toggle `and `blockSelection `did not work. i needed to filter `p` also `const filteredPlugins = plugins?.filter((plugin) => plugin?.key !== 'toggle' && plugin?.key !== 'blockSelection' && plugin?.key !==...
> for me filtering `toggle `and `blockSelection `did not work. i needed to filter `p` also > > `const filteredPlugins = plugins?.filter((plugin) => plugin?.key !== 'toggle' && plugin?.key !== 'blockSelection'...