Only show copy button in Opera since it does not support clipboard interaction from JS, fixes #3
This commit is contained in:
@@ -95,7 +95,9 @@
|
|||||||
|
|
||||||
// events
|
// events
|
||||||
editor.getSession().selection.on('changeCursor', updateStatusBar);
|
editor.getSession().selection.on('changeCursor', updateStatusBar);
|
||||||
|
if (window.navigator.userAgent.indexOf('Opera/') === 0) {
|
||||||
editor.getSession().selection.on('changeSelection', prepareClippyButton);
|
editor.getSession().selection.on('changeSelection', prepareClippyButton);
|
||||||
|
}
|
||||||
|
|
||||||
// commands
|
// commands
|
||||||
editor.commands.addCommand({
|
editor.commands.addCommand({
|
||||||
|
|||||||
Reference in New Issue
Block a user