Arnaud Rinquin
Arnaud Rinquin
I might have missed something in the discussion but can someone explain why the following isn't possible: I suppose DraftJS already makes state diffs between previous and next `EditorStates`. Why...
@gaborsar Oh I know how to apply changes to the EditorState but I assumed that, at some point, DraftJS would diff the prev/next EditorStates to detect and apply the changes...
@gaborsar I am not sure I understand @hellendag's quote perfectly. Especially this sentence: > Since we're using immutable states, the actual delta in the text is **unimportant** for our state...
@si13b That's basically what we do. It works.
That means I'd have to persist pinned path, I'm not sure it's even possible.
Ah, that should be possible. Unfortunately I'm out of time to spend on this plugin right now. I'll completely rewrite it at some point so I'm marking this as a...
The _Close other tabs_ and _Close Tabs to the Right_ are not implemented by this package but by the core [tabs](https://github.com/atom/tabs) package. This core package has no clue about the...
Sorry @vemv for the huge answering delay ; I just did not see or forgot about your message. The pin mechanism is very specific to `ZenTabs`, not Atom. AFAIK, the...
FYI, I created a [pull request](https://github.com/atom/tabs/pull/262) that adds the _Pin tab_ feature to the core `tabs` components. It will be merge one day (hopefully) so this extension can be updated...
@guncha Thanks for the gist, I hacked it a little to make it work but that'll do for now. Do you know if there is a way to restore the...