node-red/editor/js/ui
Nick O'Leary 17a737ca88
Fix dbl-click handling on webkit-based browsers
d3.event.buttons is not as widely supported as I thought. Can
change this one instance as it is inside a click handler so
d3.event.button will be defined instead
2018-09-14 11:09:56 +01:00
..
common fix use of HTML tag or CSS class specification as icon of typedInput 2018-08-06 10:28:02 +09:00
editors Set the JavaScript editor to full-screen 2018-09-04 13:30:06 +01:00
projects Fix i18n bugs in projects 2018-07-11 15:33:25 +09:00
touch Update copyright header for JS Foundation 2017-01-11 15:24:33 +00:00
actions.js Move view and keyboard into user settings dialog 2017-05-03 11:38:16 +01:00
clipboard.js Change __encoded__ to __enc__ for debug message encoding 2018-07-14 23:06:15 +01:00
deploy.js Don't mark a subflow changed when actually modified nothing (#1665) 2018-03-20 20:39:46 +00:00
diff.js Prevent no-op edit of node marking as changed due to icon 2018-08-16 10:54:27 +01:00
editor.js Prevent no-op edit of node marking as changed due to icon 2018-08-16 10:54:27 +01:00
keyboard.js Ensure keyboard shortcuts get saved in runtime settings 2018-04-15 11:43:03 +01:00
library.js Do not disable the export-clipboard menu option with empty selection 2018-05-21 16:14:43 +01:00
notifications.js fix appearence of retry button of remote branch management dialog 2018-06-23 12:49:09 +09:00
palette-editor.js Add editorTheme.palette.theme to allow overriding colours 2018-07-27 22:05:42 +01:00
palette.js Add editorTheme.palette.theme to allow overriding colours 2018-07-27 22:05:42 +01:00
search.js Add editorTheme.palette.theme to allow overriding colours 2018-07-27 22:05:42 +01:00
sidebar.js Initial context sidebar tab 2018-06-26 11:32:24 +01:00
state.js Add middle-button-drag to pan the workspace 2018-06-06 20:51:30 +01:00
subflow.js Avoid unnecessary use of .html() where .text() will do 2018-05-11 14:05:52 +01:00
tab-config.js Collapse sidebar tabs 2018-05-23 10:25:47 +01:00
tab-context.js Support multiple stores in context sidebar 2018-07-16 16:36:05 +01:00
tab-info.js Info side putting info text in wrong pane 2018-08-13 11:05:33 +01:00
tray.js Avoid unnecessary use of .html() where .text() will do 2018-05-11 14:05:52 +01:00
typeSearch.js Add editorTheme.palette.theme to allow overriding colours 2018-07-27 22:05:42 +01:00
userSettings.js Better permission handling in editor 2018-01-12 21:00:11 +00:00
utils.js Fix node color bug (#1877) 2018-09-08 22:41:38 +01:00
view-navigator.js Add core:toggle-navigator action 2018-08-13 11:04:34 +01:00
view.js Fix dbl-click handling on webkit-based browsers 2018-09-14 11:09:56 +01:00
workspaces.js Avoid unnecessary use of .html() where .text() will do 2018-05-11 14:05:52 +01:00