fix so rulers can be dragged

This commit is contained in:
Martin
2017-08-04 12:20:09 +02:00
parent cb2bcb720a
commit 66a6f828b0
+2
View File
@@ -24,6 +24,8 @@ function TextButton(id, text, settings, isActive) {
textActive: Array.isArray(text) ? text[1] : text,
});
this.selectable = true;
// Make sure we're interactive
this.disabled = false;
this.hoverCursor = config.textButton.cursor;