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