xiaosong

Results 13 comments of xiaosong

look like the same error with @MuthuChess ``` All packages are up to date. + . /tmp/packages/modules.env + BUILT_MODULES= subs-filter + apt install --no-install-suggests --no-install-recommends -y /tmp/packages/nginx-module-subs-filter_1.23.2*.deb WARNING: apt does...

My problem is caused by network problems, using GitHub actions can be successful https://github.com/xiaosongxiaosong/nginx-with-subs-filter > look like the same error with @MuthuChess > > ``` > All packages are up...

使用下面的代码可以重置的功能,但是开发环境会抛出 `permissionPoint does not exist!` 异常 ```jsx const reset = useMemoizedFn(() => { const { instance, api } = univer.peek(); if (!instance) { return; } const id = api.getActiveWorkbook()?.getId(); if...