losingle
losingle
通过imageControls感觉很复杂,能否在图片上传之后,从返回值中指定img的class属性呢?
FIX PostgreSQL 10 : Each sequence does not have 'increment_by' column, need to use 'pg_sequences'
It has been uploaded to NPM. [lets-chat-qcloud](https://github.com/losingle/lets-chat-qcloud)
FIX #782 Can't join a private room, if use mongodb v3.6.4
https://github.com/Tencent/cherry-markdown/blob/b64aeb82f2f6b171546ebcddad03938aef91faca/src/core/hooks/Suggester.js#L427 ``` document.body.appendChild(this.createDom(SuggesterPanel.panelWrap)); ``` 这样直接append到body会导致Suggester的层级不对 比如将编辑器渲染到一个z-index更高的dom上,会导致Suggester被遮挡 应该不额外设置z-index, 像bubbleDom一样来处理
### Clear and concise description of the problem 将cherry渲染到已经存在的textarea上,并且兼容textarea上的样式 ```html ``` ### Suggested solution _No response_ ### Additional context _No response_ ### Validations - [ ] Check that there isn't...
```javascript var customMenuA = Cherry.createMenuHook('Remote ', { iconName: 'remote', onClick: function(selection) { // 加载动画 const { begin, end } = this.$getSelectionRange(); const loaderElement = document.createElement("span"); loaderElement.className = "spinner-border spinner-border-sm"; const...
This commit modifies the `add_devise_routes` method to handle namespaced Devise models correctly. When the `class_name` includes a namespace (i.e., contains "::"), the namespace is used as the `as` option value...