xiaohui

Results 11 comments of xiaohui
trafficstars

if editorjs extract Toolbar into an individual plugin, or make it configable to override default Toolbar renderer, that's would be great. For my current project, we are going to make...

This works, I have merge this patch to my local package, thanks, @SimoTod

> Thanks tagged @SimoTod I found this only fixed a half, let's think there are 4 clicking paths: ``` Page 1 -> Page 2 -> Page 3 -> Page 4...

> mmmh, that seems quite odd. Are you saying that if you navigate to page 2 and back, it works; navigate to page 3 and back twice, it works; but...

> FYI, if you use the latest turbo version, without this library, you can add a data-turbo-temporary to your HTML to prevent Turbo from caching your template (https://turbo.hotwired.dev/handbook/building#preparing-the-page-to-be-cached). It may...

> @xiaohui-zhangxh do you have a simple example so I can replicate it (I need the generated HTML)? If the page is not cached, it shouldn't even contain the teleported...

> @xiaohui-zhangxh do you have a simple example so I can replicate it (I need the generated HTML)? If the page is not cached, it shouldn't even contain the teleported...

> @xiaohui-zhangxh do you have a simple example so I can replicate it (I need the generated HTML)? If the page is not cached, it shouldn't even contain the teleported...

This is my solution, override `jQuery.fn.ready`: ``` jQuery.fn.ready = (fn)-> $(this).on 'turbolinks:load', fn ```

Good idea, now I have to write them like this: ```yaml env: secrets: - RAILS_MASTER_KEY - FOO ```