From 1be25f311b0945bff566ffbc9554fa28cddb1e63 Mon Sep 17 00:00:00 2001 From: Tim <22669894+ItsPugle@users.noreply.github.com> Date: Thu, 3 May 2018 08:21:07 +1000 Subject: [PATCH 1/2] Disabling image dragging on index --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2fa7b547..1da40cd0 100644 --- a/index.html +++ b/index.html @@ -130,7 +130,7 @@
Instead of jumping between file tabs, Brackets lets you open a window into the code you care about most. Want to work on the CSS that applies to a specific ID? Put your mouse cursor on that ID, push Command / Ctrl+E and Brackets will show you all the CSS selectors with that ID in an inline window so you can work on your code side-by-side without any popups.
Get a real-time connection to your browser. Make changes to CSS and HTML and you'll instantly see those changes on screen. Also see where your CSS selector is being applied in the browser by simply putting your cursor on it. It's the power of a code editor with the convenience of in-browser dev tools.
Work with preprocessors in a whole new way. We know how important preprocessors are to your workflow. That’s why we want to make Brackets the best code editor for preprocessors out there. With Brackets you can use Quick Edit and Live Highlight with your LESS and SCSS files which will make working with them easier than ever. @@ -356,7 +356,7 @@
").appendTo("#download");
+ $("
").appendTo("#download");
}
From 7d4621117f8ff3bf4df2321387a15a89c638e266 Mon Sep 17 00:00:00 2001
From: Tim <22669894+ItsPugle@users.noreply.github.com>
Date: Thu, 3 May 2018 08:23:39 +1000
Subject: [PATCH 2/2] Disabling image dragging
---
contribute.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contribute.html b/contribute.html
index df44d4fd..c6ffee6a 100644
--- a/contribute.html
+++ b/contribute.html
@@ -267,7 +267,7 @@