- From: Joone Hur <notifications@github.com>
- Date: Tue, 18 Oct 2016 11:53:38 -0700
- To: w3c/clipboard-apis <clipboard-apis@noreply.github.com>
Received on Tuesday, 18 October 2016 18:54:40 UTC
queryCommandEnable("copy") also works differently among browsers: Firefox always return true because the api is used to check if the browser enables the operation, but in the case of Chomium browser, queryCommandEnable('copy') is used for enable/disabling the menu item "copy". So, it can be disabled if there is no range selection. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/w3c/clipboard-apis/issues/7#issuecomment-254603862
Received on Tuesday, 18 October 2016 18:54:40 UTC