question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to copy or cut void nodes

See original GitHub issue

And hey again! Another issue/question on the void nodes. It seems from the examples that one can’t cut or copy the void nodes by default - that there is no native editor behavior. I was wondering if I could understand how and why it behaves the way it does.

Does it imply that we have to implement custom onCut, onCopy handlers everytime we have void nodes?

Or should the default ones fire with the default behavior - like lets say, in the case of copying a void node from one part of the editor to another?

Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
oyeanujcommented, Mar 22, 2017

Relevant update: The above comment has been addressed (and merged). This is the PR to kick off fixing this issue - https://github.com/ianstormtaylor/slate/pull/676

1reaction
skogsmaskincommented, Mar 16, 2017

Any progress on this @oyeanuj ? I need a solution to the same problem. Tell me if I can assist.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to copy/cut when only void inline node is selected #2124
Insert void inline node · Click on a void inline node it's state to selected (in this case it gets a black outline)...
Read more >
why do void go crazy when copy and paste furniture between ...
I think that when Void are copy/pasted from one Family to another, the Voids' "cutting assignments" are not preserved, and are recalculated ...
Read more >
Why do some voids not cut? - Revit Forum
I'm trying to round some corners and shave off some edges using void extrusions and arbitrarily (or what seems arbitrary to me) some...
Read more >
Unable to copy node between folders but. Only able to cut and ...
Hi, I'm having a problem with Nvivo 12 where I'm only able to cut and paste or move nodes between folders. I want...
Read more >
Fastest way to copy a file in Node.js - Stack Overflow
Use the standard built-in way fs.copyFile : const fs = require('fs'); // File destination.txt will be created or overwritten by default. fs.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found