-
If you use Quick Edit on a JavaScript file and then do jump to definition, you'll get behavior like the cursor jumping to the end of the inline editor. It's hard to say what the _right_ behavior is he…
-
Bug
## Provide detailed reproduction steps (if any)
1. Open this JSFiddle: https://jsfiddle.net/L5ax0qqs/
2. Click inside the contenteditable div.
3. Scroll down.
### Expected result
Flo…
-
**Motivation: Why do you think this is important?**
Currently raw flyte execution events can be configured to publish to pub/sub. In order to make these event more useful to downstream consumer, we w…
-
### Which packages did you experience the bug in?
core, react
### What Tiptap version are you using?
2.1.11
### What’s the bug you are facing?
I am trying to add an inline node view. I am followi…
-
We potentially need some validation around the inline editor within the Forge file uploader. When edit the file name delete the string it will go into error state, but this isn't currently being surfa…
-
## 我想实现listSetter的value跟另一个props属性值联动
例如 listSetter 的 value 根据 props.setting的值来重新生成数组
## 目前代码是这么写的
```
{
if (ref) {
const settings = this.getProps().getPro…
-
I propose a `--with-auto` (or `--auto` directly) flag that does its best attempt to satisfy missing dependencies in a script/package being executed by `uv tool`. For example, [this lib](https://gith…
-
```
$(function () {
$('#grid').w2grid({
name: 'grid',
url: 'http://localhost:8080/cchidule/rest/od/pc',
method: 'GET', // need this to avoid 412 error on Safar…
-
### Bug type
Component
### Component name
MudTable
### What happened?
I cannot change the icon colours when going into inline editing, I have tried a number of things ended up using EditButtonCon…
-
The following code simply discards the last write to the `tests` sub-key.
```rust
use toml_edit::{DocumentMut, value};
fn main() {
let toml = "";
let mut doc = toml.parse::().expect("…