[clipboard-apis] Fix the handling of the default cut action when we're not in an editable context (#6)

Since we are not doing anything in this case, we should return false from execCommand("cut").  This basically amounts to replacing the "Do nothing" part in the cut action with "Return false."

---
Reply to this email directly or view it on GitHub:
https://github.com/w3c/clipboard-apis/issues/6

Received on Friday, 8 May 2015 18:46:43 UTC