null

Results 23 comments of null

Currently, we need to connect `onResolve` and `onLoad` in `namespace`. In some use cases, the `namespace` is overkill and a bit troublesome. ```js let envPlugin = { name: 'env', setup(build)...

Minutes that do not end with `0` or `5` can be hidden with following CSS. ```css .clocklet-tick--minute:not([data-clocklet-tick-value$="0"]):not([data-clocklet-tick-value$="5"]) { display: none; } ``` If you do not want to hide the...

FYI: Websockets over HTTP/2 will be supported (enabled by default) in Chrome 91 https://www.chromestatus.com/feature/6251293127475200

As far as I know, using a chart would download Vue.js, Vuex, etc. from CDNs. These are not currently bundled. ```js // Dynamically load dependent scripts and styles const dependScripts...

This source file seems to contain hard-coded Chinese (as used in `alert` and `tooltip`). https://github.com/mengshukeji/Luckysheet/blob/b8dec25a13e3c9a906200397e01ab6f1b35502b8/src/controllers/selection.js#L633 Hyperlink popup also contains hard-coded Chinese. https://github.com/mengshukeji/Luckysheet/blob/59aa5e6e07cacb506564f0a1f685f4f6d031d2fe/src/controllers/hyperlinkCtrl.js#L324

Currently, I fix it as follows. ```javascript Pace.on('done', function () { Pace.sources[0].elements = []; }); ```

@EvanSevy I need more about the reproduction conditions. Can you reproduce it in StackBlitz (https://stackblitz.com/) or CodeSandbox (https://codesandbox.io/)?

Ah, probably. But first, could you tell me your motivation or use case?

It's a bug... I'll try to fix it.

Please try v0.5.2. Appending to the target element is not implemented, but it is aware of the `zoom` CSS property of the ``.