mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-26 08:26:51 +00:00
Add decorator preview
This commit is contained in:
@@ -25,6 +25,9 @@ export const suffixInjector: Hook<[Mounter], string | void> = {
|
||||
if (Previews.noise_settings.active(path)) {
|
||||
return setPreview(Previews.noise_settings, path, mounter)
|
||||
}
|
||||
if (Previews.decorator.active(path)) {
|
||||
return setPreview(Previews.decorator, path, mounter)
|
||||
}
|
||||
},
|
||||
|
||||
string({}, path, mounter) {
|
||||
|
||||
Reference in New Issue
Block a user