This commit is contained in:
Henry Jameson 2026-08-04 15:32:09 +03:00
commit 051b9412a0
2 changed files with 2 additions and 2 deletions

View file

@ -394,7 +394,7 @@ export default {
},
})
const getEditedElement = (component, directive, postProcess = (x) => x) =>
const getEditedElement = (component, directive, postProcess = Boolean) =>
computed({
get() {
let usedRule

View file

@ -307,7 +307,7 @@ export const applyStyleConfig = (input) => {
adoptStyleSheets()
}
export const getResourcesIndex = async (url, parser = (x) => x) => {
export const getResourcesIndex = async (url, parser = Boolean) => {
const cache = 'no-store'
const customUrl = url.replace(/\.(\w+)$/, '.custom.$1')
let builtin